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