To debug, build and test the android apps you need API libraries and developers tool . Android SDK (Software development kit) provides you exactly that.
You can download and install Eclipse ADT with the Android SDK for quickly starting the developing the apps.
It has built-in ADT (Android Developers tools)for android development.
What will you when you get this package
- ADT plugin with Eclipse
- Android SDK Tools
- Android Platform tools
- A version of the Android plateform
- A version of the Android system image for the emulator.
Follow the steps below.
- Go to https://developer.android.com/sdk/index.html#download.
- Click on Download Eclipse ADT with the Android SDK for windows.
- Select 32 bit or 64 bit according to your operating system and accept the terms and conditions.
- Click the Click on Download Eclipse ADT with the Android SDK for windows
-
- Click on Save
- Your file will be saved at the specified location.
- Extract the files
- Open the extracted eclipse folder
- Now you are good to go for the development.
Reference :
https://developer.android.com/sdk/installing/index.html?pkg=adt
https://developer.android.com/sdk/installing/index.html?pkg=adt
Happy Androiding 🙂
Sumit Jain