Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 963 Bytes

File metadata and controls

32 lines (23 loc) · 963 Bytes

Setup Environment

03 Maret 2015 9:17

1. JDK Installation, make sure PATH SYTEM direct to JDK version that we want to use. In this ex. we want to use JDK6 (java version "1.6.x_xx")

C:>java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)

Set the PATH variable your enviroment system:

PATH=C:\JDK_1.6.0_10\BIN;C:\JDK_1.6.0_10\JRE\BIN;%PATH%
JAVA_HOME=C:\JDK_1.6.0_10;
JRE_HOME=C:\JDK_1.6.0_10\JRE; (optional)

2. Install ANDROID SDK
Extract  file  ANDROID_SDK_*.zip  in some folder

3. Eclipse installation 
Exstract Eclipse*.zip   inside any folder 
makesure you install at  "X:/eclipse"
create Eclipse "SHORTCUT" on your DESKTOP

Run Eclipse :
Install ADT form Menu Help>Install New Software
setup "preferences"  from mwnu   "Windows>Preferences"
select "android" (left side)
Right side : browser folder location of android SDK