1 / 13

Android Development Environment

Android Development Environment. 19.3.2013. Environment/tools. Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android SDK Tools, Revision 4. Step 1. Install Eclipse IDE.

Télécharger la présentation

Android Development Environment

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Android Development Environment 19.3.2013

  2. Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android SDK Tools, Revision 4

  3. Step 1. Install Eclipse IDE Download "Eclipse IDE for Java Developers (92 MB)" from here http://www.eclipse.org/downloads/

  4. This is a zip file and does not require installation. Just copy the eclipse folder into your programs directory

  5. Step 2:  Install Java Platform  Download the installation file from Sun from here http://java.sun.com/javase/downloads/index.jsp

  6. Step 3: Download Android SDK Tools Download the installation package: android-sdk_r04-windows.zip From: http://developer.android.com/sdk/index.html

  7. Step 4:  Configure Android SDK Launch "SDK-Setup.exe" located in the Android SDK install folder"

  8. Setup ADT plugin Install Eclipse ADT plugin • Install all the plugins in the repository • Restart needed after installation

  9. Configure ADT Plugin Open eclipse Window->Preferences, select Android Setup the SDK location as the folder where you extracted the downloaded SDK zip file

  10. Setup SDK APIs Open Window->Android SDK and AVD Manager Click Available Packages and then choose proper APIs to install, the latest may be the best

  11. Setup Emulators After SDK APIs installation, click Virtual Devices Click new, there will be a dialog • input a name • choose a running target and a skin • specify the SD card size

  12. Ready… Now you may start the AVD • Click start to start the new AVD • First start-up may take a very long time

More Related