错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such fil
Posted a318013800
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such fil相关的知识,希望对你有一定的参考价值。
Linux下android SDK中adb找不到的解决方案
在Linux平台下配置Android SDK开发环境过程中,Eclipse会提示错误如下:
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
在/home/ubuntu/adt/sdk/platform-tools目录下执行./adb,则系统提示如下:
bash: ./adb: No such file or directory
遇到这样的错误,是由于当前的Linux为64位版本所导致的,安装ia32-libs即可,运行以下命令:
sudo apt-get install ia32-libs
https://www.cnblogs.com/pengmn/p/6580455.html
https://blog.csdn.net/godwillcry/article/details/41024119
以上是关于错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such fil的主要内容,如果未能解决你的问题,请参考以下文章
vue工程npm run serve时启动报:Cannot read property 'range' of null 错误
错误 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such fil
解决Cannot find config.m4 Make sure that you run '/home/php/bin/phpize' in the top level sourc
npm run dev报错--Error: Cannot find module 'yargs-parser'
python遇到错误ImportError: cannot import name 'create_prompt_application'
Cannot connect to the Docker daemon. Is 'docker daemon' running on this host?