1
I had a project done in Expo, but ejected it using Expokit, which creates the folders /android and /Ios, I can generate the apk however I can not emulate on my mobile for development. The command I use to build apk is gradlew assembleRelease
, tried to use react-native run-android
but gave error. Any suggestions on how to run a project on my mobile/emulator for development? Follow the image with the error after react-native run-android
:
I recommend using Android Studio to run on the emulator, once it runs you won’t need Android Studio open anymore (you’ll only need it again when you change the Expo server URL)
– Luídne