Android Studio ADB Not Found (Solved)
- Lucas
- August 05, 2015
When we are using the 64-bit version of Linux, the IDE usually throws us the ADB Not Found error. After some research, I found a simple solution to the problem: just install the IA32 library: sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 Source: http://stackoverflow.com/questions/13571145/android-adb-not-found