Showing posts with label directory. Show all posts
Showing posts with label directory. Show all posts

Monday, October 3, 2016

Fix Android ADB No such file or directory error

Fix Android ADB No such file or directory error


After I started using Ubuntu 14.04 recently and had my go with Android development, the immediate first wall I hit was I was welcomed with the error, "No such file or directory". Thanks to the power fo Google search I found this little fix in Stackoverflow. [ https://askubuntu.com/questions/143774/android-sdk-having-trouble-with-adb/182765#182765 ]. I could not install ia32-libs for unknown reason so used the second method of installing just the following 2 packages.

sudo apt-get install libncurses5:i386
sudo apt-get install libstdc++6:i386


Go to link download

Read more »