|
In this article we provide you straight forward and simple steps on How To Install Android SDK on your Linux Distro for development on Eclipse.
Download Install and Update SDK
- Download Latest SDK from developer.android.com
- Extract the folder in your (user) Home Directory
- Start the SDK
- "./android-sdk-linux_*/tools/android"
- Set proxy in Settings if required (You have to run the SDK from Terminal initially to get the option of settings of proxy)
- Force HTTPS if it still doesn’t work.
- Then run the update optionally this can be done via eclipse once ADT is installed. Refer to it below.
*Most of the steps below are similar for Windows OS as-well
|