0% found this document useful (0 votes)
58 views1 page

Android Beginner's Guide (Installation) : Get The Android SDK

Eclipse includes everything you need to begin developing apps. The Android SDK ADT Bundle includes the latest Android platform-tools. If you don't have JAVA installed, eclipse isn't going to work.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views1 page

Android Beginner's Guide (Installation) : Get The Android SDK

Eclipse includes everything you need to begin developing apps. The Android SDK ADT Bundle includes the latest Android platform-tools. If you don't have JAVA installed, eclipse isn't going to work.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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