For those who want to start up in the programming world. Today we'll teach you how to install AndroidSDK on Ubuntu 12:04.
To install on Ubuntu 12.04 AndroidSDK should follow the following steps:
Step 1 – Open the terminal (CTRL + ALT + T) and proceed to OpenJDK installation
sudo apt-get install openjdk-6-jre openjdk-6-jdk icedtea6-plugin
Step 2 -After installing the OpenJDK we will download AndroidSDK which currently
is on r20 version
wget http://dl.google.com/android/android-sdk_r20-linux.tgz
Step 3 - Then we will proceed to unpack the package
tar -xvzf android-sdk_r20-linux.tgz
Step 4 – After unpacking, we go to the unzipped folder using the command
cd ~/android-sdk-linux/tools
./android
Passo 6 – After updating the packages to the system will add some environment variables. To do this open the file ~ /. bashrc using the command
gedit ~/.bashrc
export PATH=${PATH}:~/android-sdk-linux/tools export PATH=${PATH}:~/android-sdk-linux/platform-tools
android
And you're done. Now just install Eclipse on Ubuntu and started your program for the Android world. Any questions or problems let the comments we try to give a help.
Good programming.
Published By: Pplware
No comments:
Post a Comment