简体   繁体   中英

can't start the adt-bunlde on ubuntu to run a program

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!

您可以重新检查一下,您的Ubuntu是64位,而ADT是64位。

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

Source : https://developer.android.com/sdk/installing/index.html

May be you will need lib apt-get ia32-libs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM