Preparing Android Development Environment
รุ่นแก้ไขเมื่อ 08:50, 30 มีนาคม 2557 โดย Chaiporn (คุย | มีส่วนร่วม) (→Downloading and Installing ADT bundle)
To prepare your machine for developing an Android application, you will need Eclipse IDE with the ADT (Android Developer Tools) plugin, and Android SDK tools. The most convenient way is to install the ADT bundle, which includes a version of the Eclipse IDE with built-in ADT.
Downloading and Installing JDK
Eclipse requires Java Development Kit (JDK) to operate. Follow these steps to download and install the latest version of JDK.
- Go to http://www.oracle.com/technetwork/java/javase/downloads/index.html and download the latest version of JDK for your platform
- Double click the .exe file to start the installation process
Downloading and Installing ADT bundle
- Download the ADT bundle from http://developer.android.com/sdk/index.html
- Extract the ZIP file
adt-bundle-<os_platform>.zip
into an appropriate location, such asC:\android