Ubuntu 14.04 running adb error how to do?

  
                

ADB is a client-server program that can be used to debug bridges. However, in Ubuntu 14.04, when running adb, there is an error and you can't use adb. How to solve this problem? The following small series will tell you how to solve Ubuntu running adb error, let's understand it.

When using adb under Ubuntu 14.04 LTS, it prompts adb: No such file or directory and cannot run adb.

Solution

1. Open the terminal and install lib32z1 (note that the last digit is the number 1 is not the letter l)

sudo apt-get install lib32z1

2, you need to install libstdc++.so.6 this library (adb requires a 32-bit library):

sudo apt-get install lib32stdc++6

OK, now you can Use the adb command.

original source by adding the old methods can not be used, as long as the update will solve the problem adb not run

The above solution is the introduction of Ubuntu running adb error, and if you The same error message appears when running, you can try to update adb to solve.

Copyright © Windows knowledge All Rights Reserved