Saturday, July 30, 2016

Android Studio 2.1.2: Installing Genymotion plugin

THIS PAGE IS OUT OF DATE. Genymotion does not provide free anymore

Software:
  • Android Studio 2.1.2
  • Android SDK 25.1.7
  • Java 1.8.0_60
  • VirtualBox 5.1.2
  • Genymotion 2.7.2 
  • Windows 10 build 10586
We assume all softwares above already installed.
To install plugin into Android Studio 2.1.2 do these steps:
  1. From Android Studio go to File -> Settings... -> Plugins -> Browse repositories...
  2. In search box type genymotion and install
  3. Point your genymotion installation directory. File -> Settings... -> Other Settings -> Genymotion and fill Select the path to the Genymotion folder, for example C:\Program Files\Genymobile\Genymotion
  4. Your Genymotion icon will show on Toolbar. To show this, go to View and check on Toolbar.
Troubleshooting for Genymotion: Unable to start the Genymotion virtual device on VirtualBox Host-Only Network.
  1. Go to Network and Sharing Center -> Change adapter settings.
  2. Right click on VirtualBox Host-Only Network and select Properties
  3. Checked on VirtualBox NDIS6 Bridged Networking Driver
  4. Do this on all VirtualBox Host-Only Network for example VirtualBox Host-Only Network #2
References:

No comments:

Post a Comment