简体   繁体   中英

Android studio failing to run adb

I'm getting the below error when trying to run the app through Android Studio on Ubuntu. Not sure why this error is coming even if the adb file exists in the location specified.

ERROR - application.impl.ApplicationImpl - java.io.IOException: Cannot run program "/home/raghu/Android/Sdk/platform-tools/adb": error=2, No such file or directory

If you are on a 64 bit machine,

sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1

Have a look at this link .

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