Install Genymotion With Expo

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.

  1. Download personal use copy
  2. Update / install Virtualbox
  3. 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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.