Skip to main content

Posts

Showing posts with the label sdk manager

Starting With Eclipse and Android SDK or Configuring Android in Eclipse.

See more basics on Android The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android. Download the SDK from here.... Now you have sucessfully downloaded the  ADT Bundle. The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools)  to streamline your Android app development.  Download provide you with a zip file. Unpack the zip file and save it to the appropriate location.   Go to 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.Now develop your own application. You may find your latest updates from Android  SDK Manager. The SDK Manager shows all the SDK packages available for you to add to your Android SDK. Go to windows->Android SDK man...