Sunteți pe pagina 1din 6

Android Studio Setup Guide

for Windows
Intended for machines running Windows 7 and under
Created for Developing Android Apps: Android Fundamentals

CONTENTS (Est. Total Time Required: 60 min)


Install Java (5 min)
Set Your JAVA_HOME (5 min)
Install Android Studio (15 min)
Install Android System Images and Tools (30 min)
Create an Android Virtual Device (AVD) (5 min)
Install Java

First, check if you have the Java Developer Kit (JDK)


1
version 6.0 or greater already installed (JRE alone is not
sufficient).
To check if you have JDK installed (and which version),
open a terminal and type java -version. If you have
Java 6.0 or greater, continue to the next slide: Set Your
JAVA_HOME
If JDK is not available or the version is lower than 6, go
on to No. 2, below.

Navigate to the Java install page and select the latest


2
JDK. At the time of writing, it was Java SE 8u5.

Select the JDK for your operating system. In most cases


3
if you have a machine purchased in the last few years,
you should choose the x64 (64-bit) version.
Search online for instructions to locate this information if
you are not sure.
Accept the license agreement to download and locate the
file, and double click it to begin the installation process.
Set Your JAVA_HOME

Select Computer from your Start Menu or right click it on


1 your desktop.

Select System properties -> Advanced system settings ->


2
Environment variables

Click New under System Variables. Enter JAVA_HOME in


3 the Variable name box, and the path to your Java
installation in the Variable value box. it will be something
similar to what is listed in the image.
Install Android Studio

Navigate to the Android developers site to install Android


1 Studio. This page will automatically detect your operating
system.

Accept the terms and conditions to start the download.


2 Double-click the downloaded file and follow all the
prompts.
Install Android System Images & Tools

Open Android Studio and click the SDK Manager button


1
on the toolbar. After the SDK Manager has fully loaded.,
close Android Studio.

We are building for Android 4.4.2 so make sure the


2 following packages are checked under the Tools section:

Android SDK Tools rev 22.6.3


Android Platform-tools rev 19.0.1
Android SDK Build-tools rev 19.1

Check these under the Android 4.4.2(API 19) section:

Intel x86 Atom System Image


Google APIs (x86 System Image)

And check these under the Extras section:

Android Support Repository


Android Support Library

Click Install.

Accept the licenses that appear for each section to


enable download..
Create an Android Virtual Device (AVD)

Open Android Studio and click AVD Manager in the


1
toolbar. AVDs allow us to test and run our Android apps.

Use the following settings for a Nexus5 AVD:


2
Device: Nexus 5 (4.95, 1080 x 1920; xxhdpi)
Target: Google APIs x86 (Google Inc.) - API Level 19
(Make sure you select the target with Google APIs in the
name.)
CPU: Intel Atom (x86)
Check the box for Use Host GPU
Click OK

You should now see the AVD you created in the AVD
3 Manager, where you can start it, delete it, or create
another one!

S-ar putea să vă placă și