You are on page 1of 1

Edited by Antonio Rivera C.

Android Beginners Guide (Installation)

Get the Android SDK


ADT Bundle includes everything you need to begin developing apps: Eclipse + ADT plugin Android SDK Tools Android Platform-tools The latest Android platform The latest Android system image for the emulator

Download: http://developer.android.com/sdk/index.html You just have to agree the terms and conditions and choose your computers architecture (x86 x64).

Install the SDK and Eclipse IDE


Unpack the ZIP file (adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a "Development" directory in your home directory. Open the adt-bundle-<os_platform>/eclipse/ directory and launch eclipse.

That's it! The IDE is already loaded with the Android Developer Tools plugin and the SDK is ready to go!

Be sure to have installed JAVA. If you dont have it, Eclipse isnt going to work. Download: http://java.sun.com

And thats it! You can create an Android Project with Eclipse!

http://developer.android.com

Copyright

You might also like