This tutorial shows how to create desktop shortcut for ADT Bundle (Android Developer Tools or Android SDK) on Ubuntu 12.04.1 LTS
STEPS
----------
For this example ADT Bundle is first extracted to the home folder
1) Click Dash Home
2) Type gedit
3) Click Text Editor
4) Type the following text (replace adt path with yours)
[Desktop Entry]
Name=ADT
Exec=/home/blesson/adt-bundle-linux-x86/eclipse/eclipse
Icon=/home/blesson/adt-bundle-linux-x86/eclipse/icon.xpm
Type=Application
5) Click Save
6) Click Desktop
7) Type adt.desktop
8) Click Save
9) Close gedit
10) Right-click adt.desktop
11) Click Properties
12) Click Permissions
13) Check Allow executing file as program
14) Click Close
15) Eclipse shortcut is ready!
Presented by http://easylearntips.com