I download the ADT ball from the Internet and unpack it on Ubuntu 13.10.but the menu bar doesn't work,it cannot show any content when I click it.
Asked
Active
Viewed 857 times
1 Answers
-1
Try to run eclipse as sudo.
In my case I tried with:
sudo /home/iocio/Desktop/adt-bundle-linux-x86-20131030/eclipse/eclipse
and the problem is solve it.
Edit: Why do you put me -1 point?? Thank you guy.

Iker Ocio Zuazo
- 101
-
Running user applications as root is highly unrecommended. Your command does exactly that. http://askubuntu.com/questions/16178/why-is-it-bad-to-run-as-root – sayantankhan Nov 12 '13 at 15:55