adb shell 所遇到问题

来源:互联网 发布:淘宝访客价值 编辑:程序博客网 时间:2024/05/29 10:54

adb shell 提示device not found??

没有启动模拟器或者是没有跟android 手机连接

 

输入adb shell 出现#了但是安装apk出现了:
adb:not found(不是device not found)??

 

进入shell 后,相当Liunx 中终端一样,只有像ls ,cd 这些命令,在shell 中没有adb 命令,要使用adb命令应该在shell 外面执行.

原创粉丝点击