The Android development environment installed in Ubuntu11.04 is similar to that in Windows. The installation procedure is as follows: Download Eclipse; download SDK: http://dl.google.com/android/android-sdk-linux_x86-1.5_r2.zip to change the environment ~ /. Bashrc, and add: exportPATH =/usr/local/at the end of the file/
The Android development environment installed in Ubuntu 11.04 is similar to that in Windows. The installation steps are as follows:
Download Eclipse;
Download SDK: http://dl.google.com/android/android-sdk-linux_x86-1.5_r2.zip
Add to environment variable and edit $ vi ~ /. Bashrc and add it to the end of the file:
Export PATH =/usr/local/android-sdk/tools:/usr/local/eclipse: $ PATH
Install ADT by adding a new software https://dl-ssl.google.com/android/eclipse under Eclipse
In Eclipse, configure Window-> Preference to configure the Android SDK environment, and then select Window-> Android SDK and AVD Manager to open the update SDK;
Then you can start using it :-)