according to the choco `openjdk11` is deprecated which leads to the problem of unrecognizing android-studio with react-native  ## solution https://github.com/facebook/react-native-website/blame/main/docs/_getting-started-windows-android.md#L20 ```diff - choco install openjdk11 + choco install microsoft-openjdk11 ``` ### see choco packges for [openjdk11](https://community.chocolatey.org/packages?q=openjdk11)
according to the choco

openjdk11is deprecatedwhich leads to the problem of unrecognizing android-studio with react-native
solution
https://github.com/facebook/react-native-website/blame/main/docs/_getting-started-windows-android.md#L20
see choco packges for openjdk11