0
votes

i have recently changed back to Ubuntu from windows and i am trying to start android programming on it again. i have installed oracle Jdk and downloaded the bundle but when I open it it gives me the error:

[2014-03-07 13:45:03 - adb] Unexpected exception 'Cannot run program "/home/abdollah/Documents/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb": error=2, No such file or directory' while attempting to get adb version from '/home/abdollah/Documents/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb'

could it be because i had CDT before separately with a different version of eclipse before? with the same work-space? would appreciate any help!

3

3 Answers

1
votes

You can recheck that, your ubuntu os is 64 bit and ADT is 64 bit.

0
votes

My guess would be you changed the directory of the adt-bundle from where you unpacked it, try unpacking it to the desired location again.

Basically your installation doesn't find adb any more, try to check /home/abdollah/Documents/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/adb and post wether it exist or not

0
votes