0
According to https://stackoverflow.com/a/46415922/1650128, error is related to JDK version: JDK 8 is recommended while you are using JDK 9.
0
0
According to https://stackoverflow.com/a/46415922/1650128, error is related to JDK version: JDK 8 is recommended while you are using JDK 9.
Browser other questions tagged android react-native emulator
You are not signed in. Login or sign up in order to post.
This mistake is saying you need to be Emulator of Android open or a Connected cell phone in order to test the App.
– NoobSaibot
Thank you for the answer, but this error appears even with the emulator or the connected phone. I had closed the Android Studio and took the screen print, so it does not have it.
– Ailson Junior
See in session Android Development Environment documentation on development environment configuration Android.
– NoobSaibot