Skip to content

androidstudio

Joshua Cano edited this page Feb 6, 2015 · 42 revisions

Android Studio

The official IDE for Android Application development, based on IntelliJ IDEA. Additional Features include (not limited to):

  • Gradle-based build system
  • Code Templates
  • Layout Editor that supports drag and drop theme editing
  • Pro Guard (app-signing capabilities)

Download Information

Make sure your computer has the latest Java SE (JDK) is installed.
For Windows 8 users go to Control Panel -> System -> Advanced system settings -> Environment Variables
and make sure to add JAVA_HOME to environment variables and the the location where the JDK was installed on your computer.

Clone this wiki locally