Configure the Android development environment in Ubuntu 14.04
First, configure JDK. It has been configured just now. Address:
Then configure Android SDK, first download Android SDK, address: http://developer.android.com/sdk/index.html#download
Build the Android development environment under 64-bit Ubuntu 11.10 (JDK + Eclipse + ADT + Android SDK details)
Install Android SDK on Ubuntu 12.10x64
Click Download the sdk adt Bundle for Linux. the following page is displayed:
Check "I have read and agree with the above terms and conditions", select the number of system digits, and click Download the SDK ADT Bundle for Linux. After the end of the compressed package: adt-bundle-linux-x86_64-20140321.zip, which contains eclipse, and has installed adt plug-in. Decompress the package to the home directory and execute: uzip adt-bundle-linux-x86_64-20140321.zip-d ~ /Decompress to get the folder: adt-bundle-linux-x86_64-20140321, subfolders: eclipse and sdk.
For Android development, most people use eclipse. To enable eclipse conveniently, you need to create a file similar to the shortcut in windows for eclipse. Terminal execution: gedit eclipse. desktop, enter the following content, where the path is set as needed
[Desktop Entry]
Version = 1.0
Type = Application
Name = eclipse
Name [zh_CN] = eclipse
Comment = eclipse
Comment [zh_CN] = eclipse
Exec =/home/tecn/adt-bundle-linux-x86_64-20140321/eclipse
Icon =/home/tecn/adt-bundle-linux-x86_64-20140321/eclipse/icon. xpm
Terminal = false
Save and run sudo cp eclipse. desktop/usr/share/applications/on the terminal. Press the window key to open dash and search for eclipse.
Click to open
Wait a moment and set the workspace. The default workspace is displayed.
OK, send or do not send, feel free
Finish
For more details, please continue to read the highlights on the next page: