SOLVED adb no such file
SOLVED adb no such file
Symptom: When adb is run a "no such file" error occurs:
Note: This is also valid for aapt.
Fix
Open a terminal window and run:
sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 -y
References
No such file or directory for existing executabledownload file now
Comments
Post a Comment