Installing Android Studio On Windows - 2015
Installing Android Studio On Windows - 2015
Java JDK
Android Studio IDE
Android Packages
An important face about Android programming is that all tools that we need
are free and can be used on Linux, Windows or Mac machine. The
instructions given below are in reference to Windows machine.
Open the JDK folder (example: jdk jdk1.8.0_20), open the bin folder,
right click the javac file and press properties, then copy the file path
listed against Location: (example C:\Program Files\Java\jdk1.8.0_20\bin)
o NOTE: Your Java path may not be exactly the same, depending
on version number and/or operating System. Please change the
path name to match the location of the Java installation directory
on your machine. (i.e. \Java\jdk1.8.0_20\bin)
Click Start and open the control panel. Open System
Now, click Advanced and click Environment Variables.
Under user variables for XXXXX, Press New, name the variable
Path, and paste the file path (Example: C:\Program
Files\Java\jdk1.8.0_xx\bin) you copied earlier into the variable value
field and click OK.
o NOTE: Remember to change the file path for Android based on
YOUR installation directory, not the one provided in this example.
Now, go back to your command prompt and type javac. A list of
information should show up now, meaning you have successfully setup
the JDK and your computer may now interpret Java source code int Java
byte code to be run in a Java machine.
After you have done the necessary setup, click Install. Android Studio
will run through the setup process.
Run Android Studio upon completion. You should be prompted to
selected a theme, IntelliJ or Darcula. A welcome screen will open. Click
Configure, then SDK Manager.
In the SDK Manager, download the latest SDK package (at the time of
writing, API 22), as well as Android 4.0.3 (API 15). In addition, download
API 10 and 8 if you plan to develop for compatibility with those older
versions. Also check Android Support Library, Google Play Services,
Google USB Driver under Extras, as well as any updates for SDK
packages that were already installed.
Click Install xx packages, then accept all license agreements.
These packages should
download and install. You can
now close the SDK Manager