Ubuntu 14.04 ADB does not have that file or directory

Source: Internet
Author: User

Just installed 64-bit system, Ubuntu14.04, build jdk,android environment, the Android SDK copied over, 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.
Goolge to the solution: because it is a 64bit system, and the Android SDK only 32bit programs, need to install ia32-libs, in order to use.

Run the following command:

$ sudo apt-get install Ia32-libs

[sudo] password for Rengh:
Reading Package List ... Complete
Analyzing Dependency tree for Package
Reading status information ... Complete
There is no package ia32-libs available now, but it is referenced by other packages.
This may mean that the missing package may have been discarded,
Or can only be found in other publishing sources
However, the following packages replace it:
LIB32Z1 lib32ncurses5 lib32bz2-1.0

E: Package Ia32-libs not available for installation candidate

Depressed!!!!

Re-Google Solutions:

sudo apt-get install G++-multilib
sudo apt-get install libncurses5:i386
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386

OK, get it done! 14.04 It's so complicated, record it first!

Ubuntu 14.04 ADB does not have that 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.