Wrong & #39; Cannot run program "/home/uv/ide/adt/sdk/platform-tools/adb": error=2, No such file or directory

Source: Internet
Author: User

You may encounter problems with people who build an Android development environment for the Linux platform, as follows:

64-bit Linux installation 64-bit eclipse and 64-bit JDK after opening eclipse error "" Cannot run Program "/HOME/UV/IDE/ADT/SDK/PLATFORM-TOOLS/ADB": error=2 , No such file or directory ", this is because ANDROID-SDK ADB only has a 32-bit version number, so you have to install 32 bit to compile software.

The workaround:

For the Debian department:

sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386
sudo apt-get install Libqt4-opengl
sudo apt-get install Libglu1-mesa
sudo apt-get ia32-libs-multiarch
sudo apt-get install Ia32-libs

For Red Hat systems:

sudo yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libx11-devel.i686 libxrender.i686 libxrandr.i686

Reproduced from the article: Click to open the link

Wrong & #39; Cannot run program "/home/uv/ide/adt/sdk/platform-tools/adb": error=2, No such 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.