刚开始报error:devices not found
使用adb命令发现error:devices not found,执行以下方法即可解决:
解决方法:
adb kill-server
adb start-server
adb remount
注意一般执行这些命令报错就一定要到androidsdk指定的文件夹去,然后执行就行
刚开始报error:devices not found
使用adb命令发现error:devices not found,执行以下方法即可解决:
解决方法:
adb kill-server
adb start-server
adb remount
注意一般执行这些命令报错就一定要到androidsdk指定的文件夹去,然后执行就行
转载于:https://my.oschina.net/Android1989/blog/298739