Download the official Android adt-bundle-linux-x86_64-20131030 in Ubuntu 12.04 when the 64-bit system starts, Tip:
- Unexpected exception ' cannot run Program "/HOME/XX/SDK/PLATFORM-TOOLS/ADB": java.io.IOException: error=2, No Such file or directory ' while attempting-get ADB version from '/home/xx/sdk/platform-tools/adb '
And there's a strange question:
The Android example created did not generate an R file and checked several times without discovering a resource file or XML problem.
Later on an online find the reason:
- The original system is 64-bit, and the ADB is 32-bit, to run this program must be installed Ia32-libs, this library is used to run 32-bit programs on 64-bit systems with the
Need to install:
- sudo apt-get install Ia32-libs
Resources:
Http://stackoverflow.com/questions/13571145/android-adb-not-found
http://www.01happy.com/ubuntu-adb-can-not-run/
[Turn] the ADB & R file cannot be found in the Adt-bundle-linux establishment project