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