OverView:
In this tutorial we are showing that how to setup android developing environment with two different approach,One approach is very simple in which we only need to download a ADT Bundle,that not require any additional installation or setup.Other approach is also good but it requires a bit effort in setup.Actually before starting any android app we need a developing environment that provides us the API libraries and developer tools necessary to build, test, and debug apps for Android.
ADT Bundle(Android Developer Tools):
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle from ADT Bundle Download includes everything you need to begin developing apps likes:
So lets get started with your first basic setup for Android development.Go to your download folder where you saved your download,Extract the downloaded folder and now you will see the two folder's there one is eclipse and other is sdk folder,hit the eclipse folder and start your eclipse.
Once Eclipse Start the check for Android SDK Manager update.
Go to Window -> Android SDK Manager ->Check all Update available checkbox->Install packages
Note:- You need to have latest JDK installed in your system. If not present download latest version of JDK from JDK download .
In this tutorial we are showing that how to setup android developing environment with two different approach,One approach is very simple in which we only need to download a ADT Bundle,that not require any additional installation or setup.Other approach is also good but it requires a bit effort in setup.Actually before starting any android app we need a developing environment that provides us the API libraries and developer tools necessary to build, test, and debug apps for Android.
ADT Bundle(Android Developer Tools):
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle from ADT Bundle Download includes everything you need to begin developing apps likes:
- Eclipse + ADT plugin
- Android SDK Tools
- Android Platform-tools
- The latest Android platform
- The latest Android system image for the emulator
So lets get started with your first basic setup for Android development.Go to your download folder where you saved your download,Extract the downloaded folder and now you will see the two folder's there one is eclipse and other is sdk folder,hit the eclipse folder and start your eclipse.
Once Eclipse Start the check for Android SDK Manager update.
Go to Window -> Android SDK Manager ->Check all Update available checkbox->Install packages
Note:- You need to have latest JDK installed in your system. If not present download latest version of JDK from JDK download .
No comments:
Post a Comment