Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

1) Download and Install latest JDK at

http://www.oracle.com/technetwork/java/javase/downloads/index.html

2) Download and Install Android Studio Beta at


http://developer.android.com/sdk/index.html#download

3) Upon completion, if an error appears as below:

Select Start menu > Computer > System Properties > Advanced System Properties. Then open
Advanced tab > Environment Variables and add a new system variable JAVA_HOME that points
to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.

Apply and OK Changes.

4) Run Android Studio and select as per below:

5) Select Configure

Select as per below:

Tick all in Extras

Click on each packages and Accept License for each packages.

System will download selected packages (may take some time):

Pop up will appear once done. Click OK and go to Android Studio directory

6) Open C:\Users\Asialab OP 1\AppData\Local\Android\androidstudio\sdk\extras\intel\Hardware_Accelerated_Execution_Manager

7) Install intelhaxm.exe (for optimum performance, enable Virtualization in bios)

8) Download and Install Genymotion at


https://cloud.genymotion.com/page/launchpad/download/ . Requires registration.

9) Run genymotion.exe and add device as per below:

Select Google Nexus S API 16 and click Next

Click Finish once download completed.

Next, click on Settings

Select ADB tab -> Select Use custom Android SDK tools -> Click Browse

Select the android-studio\sdk folder and click Choose. Then Click OK on Settings Menu.

10) Open Android Studio and select configure

Select Plugins

Select Browse Repositories

Search for Genymotion and install plugin. Once done, restart Android Studio.

You might also like