ubuntu14.04 (64) Run the report (... adb: error=2, no file or directory)

Source: Internet
Author: User

The error message is:cannot run Program "/HOME/XXXX/ANDROID/ANDROID-SDK/PLATFORM-TOOLS/ADB": error=2, no file or directory

Cause: Because it is a 64-bit Linux system, and the Android SDK is only 32-bit, you need to install some support packages to use. Installation:

sudo aptitude install lib32bz2-1.0

Solved the problem. However, a new error has been reported: compilation cannot find the libstdc++.so.6 file

Next we install a program:

sudo aptitude install lib32stdc++6

No in error, all problems solved!!!

ubuntu14.04 (64) Run the report (... adb: error=2, no file or directory)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.