In this article, we take a look at how to run React Native App in Android Studio Emulator, step-by-step.
- Install NodeJS.
Windows: Download Setup - https://nodejs.orgMac (macOS): Follow Tutorial: https://code2care.org/tutorial/quick-steps-to-install-nodejs-on-macos - Install React Native CLI using npm,
% npm install -g react-native-cli - Create a react-native project,
% react-native init my_android_app - Create and run Android Emulator using Android Studio,

- Create environment variable ANDROID_HOME as C:\Users\c2c\AppData\Local\Android\sdk
- Run the app using the command,
% npx react-native run-android
If you do not launch the emulator you get an error,
error Failed to launch the emulator. Reason: No emulators found as an output of `emulator -list-avds`.
warn Please launch an emulator manually or connect a device. Otherwise, the app may fail to launch.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!