Kali Linux Tutorials - How to install and Use Android-Sdk

How to install and use Android Sdk in Kali Linux 2.0 (Kali Sana)

Kali linux 2.0 Tutorials install android sdk

The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into two groups: SDK tools and platform tools. SDK tools are platform independent and are required no matter which Android platform you are developing on. Platform tools are customized to support the features of the latest Android platform.

How to Install Android Sdk and fix problems:

To install Android Sdk type in terminal :
root@k4linux:~# apt-get install android-sdk
To fix problems we gonna install the necessary libs and plugins :
root@k4linux:~# apt-get install openjdk-7-jre openjdk-7-jdk icedtea-7-plugin
root@k4linux:~# apt-get install lib32stdc++6
And we will update Android Sdk with this command :
 root@k4linux:~# android update sdk --no-ui
Now to start Android Sdk type in terminal :
root@k4linux:~# android

Watch the video tutorial for more explanation :





If you have encountered a problem or you have any questions or remarks please feel free to set a comment.
Powered by Blogger.