Before start installing SDK make sure system have JDK 5 or later.
- Download Android SDK installer for windows and install from here http://developer.android.com/sdk/index.html
- After installed run the android SDK and atleast one SDK platform example (2.3.3)
- Open eclipse and go to "Install New Software"
- Install ADT plugins from https://dl-ssl.google.com/android/eclipse/
- restart the eclipse
- In Eclipse, Open Window -> Preferences and select "Android" from left side
- Select the path of the Android SDK installed
- In Eclipse, Open Window -> Android SDK and AVD manager.
- From SDK manager, can install required android platforms, libraries and etc...
That's All, we are good to start Android application development.
Comments
Post a Comment