the Linux platform Android SDK development environment configuration process , Eclipse will prompt an error as follows :
Unexpected exception 'Cannot run program "/home/ubuntu/adt/sdk/platform-tools/adb": error=2 No such file or directory' while attempting to get adb version from /home/ubuntu/adt/sdk/platform-tools/adb
in / home / ubuntu / adt / sdk / platform-tools directory , run . / adb, the system prompts as follows :
bash: ./adb: No such file or directory
encounter this error is due to the current 64-bit version of Linux is caused by the installation ia32-libs can, run the following command :
sudo apt-get install ia32-libs
没有评论:
发表评论