Android 14.04 64-bit ADB cannot run program ADB

Source: Internet
Author: User

According to the online statement:

Failed to get the ADB version: cannot run Program "ADB": error=2, without that file or directory

64-bit system, Ubuntu11.04, build jdk,android environment, copy the Android SDK, the inside of the ADB and other commands can not be used.

Error message: android-sdk-linux_86/platform-tools/adb: There is no file or directory.

Solution: Because it is 64bit system, and Android SDK only 32bit program, need to install ia32-libs, to use.

Run the following command:

sudo apt-get install ia32-libs

1. Android 14.04 LTS 64-bit ADB

Cannot run program ADB

sudo apt-get install lib32z1
You will also need to install libstdc++.so.6 This library (ADB requires a 32-bit library)
sudo apt-get install lib32stdc++6


Android 14.04 64-bit ADB cannot run program ADB

Related Article

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.