The following setup show you how to run genymotion for android apps development purpose. Personally i feel that android studio is too big and slow for run testing.
- Download personal use copy
- Update / install Virtualbox
- Setup virtual devices
Install adb
Perform this step only if you haven’t install android-debug-bridge in your machines.
brew cask install android-platform-tools adb devices
Copy adb
from Genymotion directory to usr/bin
directory:
Usually your genymotion adb will be located at
/Applications/Genymotion.app/Contents/MacOS/tools
Copy to usr/bin directory
sudo cp /Applications/Genymotion.app/Contents/MacOS/tools/adb /usr/bin
Run simulator
Now, you can run your simulator, yarn run android
Install Genymotion With Expo