We recommend the Genymotion emulator over the Android Studio emulator. If you run into any problems using Genymotion, follow the steps in this guide.
Genymotion and XDE/exp both bundle their own versions of the Android tools. In order for XDE or exp to communicate with Genymotion they need to share the same set of tools. You can do this by either telling XDE/exp to use Genymotion’s tools, or by installing Android Studio and telling both XDE/exp and Genymotion to use the tools from Android Studio.
Choose one of these two options:
adb. On macOS this is normally /Applications/Genymotion.app/Contents/MacOS/tools/.adb from your terminal.Install Android Studio.
Make sure that you can run adb from your terminal.
Open Genymotion and navigate to Settings -> ADB. Select “Use custom Android SDK tools” and update with your Android SDK directory:
Run npm install -g exp to install exp globally.
Then run exp path. This will save your PATH environment variable so that XDE knows where to find your Android tools.
© Copyright 2017, Exponent. Created using Gatsby.