Download Android SDK for free

Asked By 80 points N/A Posted on -
qa-featured

Where can I download Android SDK. Is it available in market ? What is the latest version of SDK available? Please help me.

SHARE
Answered By 0 points N/A #129903

Download Android SDK for free

qa-featured

You can download everything related to android development; whether it is source code example, any source code documentation, plugin or development kit from android.com

Android SDK link is:https://developer.android.com/studio/index.html

However for easy development, you have to install an IDE. It is not a “must have” but without an IDE it will be really difficult to code. Android SDKs are available in packages. The latest one appearing in Android SDK Manager is API 15.

Many IDEs are available there but the most supported one is Eclipse. It provides graphical interface which is easy to use to you can build a complete interface without writing a single line of code.

If you are a C# coder then you can also use Visual Studio to develop android apps using Mono for android.

Related Questions