Android Studio

Download Android Studio

https://developer.android.com/studio

Install Android Studio

https://developer.android.com/studio/install.html

Configure Android Studio

When starting Android Studio, it requires to set JAVA_HOME.

From Oracle site, download the JDK, eg:

jdk-8u121-windows-i586.exe

and set JAVA_HOME.

Troubleshooting

quemu emulator stops working

http://stackoverflow.com/questions/22328402/emulator-x86-exe-has-stopped-working

CreateProcess failed, error=216

http://stackoverflow.com/questions/37624369/android-studio-error-errorcreateprocess-error-216-this-version-of-1-is-not-c

gradle very slow or stuck resolving dependencies

In File > Settings configue proxy:

(*)Manual proxy configuration

(*)HTTP

Host name: <<yours>>

Port number: <<yours>>

No proxy for: <<empty>>

[x]Proxy authentication

Login: <<yourdomain\yourusername>>

Password: <<yourpassword>>