I'm trying to install ADT bundle (Android development kit) to my ubuntu 13.04ı download my bundle and I wanted to add some PACKAGES from Android SDK manager then it gave me an error that
Stopping ADB server failed (code -1). Unable to run 'adb': Cannot run program "/home/mehmet/Android/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb": error=2, No such file or directory. Starting ADB server failed (code -1).
but I checked that my directory is correct
to solve it I opened the terminal and wrote
cd /home/mehmet/Android/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/
then press enter.
and it gave me this
ls adb api fastboot NOTICE.txt source.properties systrace mehmet@Hiko-comp:~/Android/adt-bundle-linux-x86_64-20131030/sdk/platform-tools$ –