React native run android emulator mac

broken image
broken image

Make sure ADB is working with the command line by doing this: echo 'export ANDROID_HOME=/Users/$USER/Library/Android/sdk' > ~/.bash_profileĮcho 'export PATH=$:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools' > ~/.bash_profile Install Genymotion (the emulator) and Virtual Box for Mac 3. Install Android Studio with the SDK tools 2.

broken image

Furthermore, you can use other debugging tools that can make it even more useful.ġ. The goal is to emulate an Android smartphone on macOS so that you can easily develop and immediately see the changes on the screen. How To Setup an Android Emulator to work with React Native (Expo) on Mac