I have a React Native project that my collaborators have been able to run in Android Studio. I tried running it in Android Studio for the first time, and am getting a few errors that I don't recognize. I last used Android Studio about two years ago. Before troubleshooting the errors individually, I wanted to see if anyone can give me breakdown of how to run React Native projects in Android Studio that's up-to-date as of 2019.
What I've Tried:
- Open the
android
folder of the project in Android Studio - Open list of emulators
- Choose first one (Nexus 5) and click the
run
icon
Is this all there should be to it?