Android SDK Windows Installation tutorial illustration
Husquan_km
Favorites
Recommendation
Abstract: Android, a mobile operating system developed by Google, has exposed its short-term ambitions. Its free and open-source policy has put Nokia's smart phones on the verge of success, and Windows Mobile has begun to feel sad. The following is a detailed tutorial on installing the android SDK for Windows. 1. Prepare the software for Android...
Android, a mobile operating system developed by Google, exposes its short-term ambitions. The free and open-source policy has put Nokia's smart phones on the verge of success, and Windows Mobile has begun to feel sad. The following is a detailed tutorial on installing the android SDK for Windows.
1. Software preparation Android SDK download: http://code.google.com/android/download.html I chose android-sdk-windows-1.5 eclipse (europa) download: http://www.eclipse.org/downloads/ I chose Eclipse IDE for Java EE developers (189 MB) jdk6 download: http://java.sun.com/javase/downloads/index.jsp I chose JDK 6 Update 14 with Java EE 2, decompress android-sdk-windows-1.5 and eclipse, find a proper location on the hard disk to settle. 3. Right-click "my computer" and choose "advanced"> "environment variable"> "add variable" path ". The content is the path of tools in the android folder.
4. Find eclipse in the eclipse folder. INI file, which can be opened with ultraedit or WordPad. Enter (1)-VM (2) D: /Sun/SDK/JDK/JRE/bin/javaw.exe 5、please modify the path "D:/Sun/SDK/JDK/JRE/bin/javaw.exe" on your computer ".
6. Choose eclipse> help> install new software, enter https://dl-ssl.google.com/android/eclipse/, and choose to install Developer Tools.
7. Restart eclipse and choose Window> preferences to set the SDK location in the android option to your android directory.
8. Open eclipse-> file-> New-> Android project and create a project named "helloworld.
9. Select "helloword" on the Left bar and click Run. An AVD is required to be added and Android 1.5 is selected for creation.
10. Click Finish to run the Android system.