简体   繁体   中英

Android bundle sdk manager - (ADT bundle doesn't recognise my path on ubuntu)

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$ –

好吧,如果您使用的是64位计算机并下载了x64 android捆绑包,那么全部都需要下载32bit库,而您也需要下载32bit库

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