About Android
Android is an Operating System. which is build on the open Linux Kernal. So it is Open Source. Android provides more user interface libraries, Background processing, Access to file system. Databases, Also Android enables developers to obtain the location of android device. So we can make more applications using Android.
In this Blog I am going to tell you how to start android development and what are the things required to develop an android application.
Set Environment variable. You can Refer this Link for setting Environment variable.
* Download Android SDK from Here and INSTALL it.
* Download Eclipse java version from Here.
ADT plugin installation
* Start Eclipse and select Help Menu ->Install New Software
* Press in ADD button on the top right corner of dialog.
* Add Name as "ADT plugin" and add location " https://dl-ssl.google.com/android/eclipse" and then press OK
* Form the next screen Available Software screen Select all and press NEXT Button.
* In the next screen you can see the tools to download then press NEXT button.
* Read and Accept license agreement and press FINISH button.
* After Installation RESTART Eclipse.
Setting SDK LocationAndroid is an Operating System. which is build on the open Linux Kernal. So it is Open Source. Android provides more user interface libraries, Background processing, Access to file system. Databases, Also Android enables developers to obtain the location of android device. So we can make more applications using Android.
In this Blog I am going to tell you how to start android development and what are the things required to develop an android application.
- Java
Set Environment variable. You can Refer this Link for setting Environment variable.
- Android SDK
* Download Android SDK from Here and INSTALL it.
- Eclipse
* Download Eclipse java version from Here.
- ADT Plugin
ADT plugin installation
* Start Eclipse and select Help Menu ->Install New Software
* Press in ADD button on the top right corner of dialog.
* Add Name as "ADT plugin" and add location " https://dl-ssl.google.com/android/eclipse" and then press OK
* Form the next screen Available Software screen Select all and press NEXT Button.
* In the next screen you can see the tools to download then press NEXT button.
* Read and Accept license agreement and press FINISH button.
* After Installation RESTART Eclipse.
- Set Android SDK Location in Eclipse
* Start Eclipse and Select Window menu -> Preferences
* In the dialog select Android Menu on the Left side.
* Add SDK location as installed location up to tools or platform-tools and then press ok.
* In the dialog select Android Menu on the Left side.
* Add SDK location as installed location up to tools or platform-tools and then press ok.
- Install Android SDK version
* In Eclipse and Select Window menu -> Android SDK Manager.
* In the dialog select tools, versions of android and Extras then press install.
* After installation restart the Eclipse and continue Android Development.
* In the dialog select tools, versions of android and Extras then press install.
* After installation restart the Eclipse and continue Android Development.