ADB rejected shell command (ls -l /data)

坚强是说给别人听的谎言 提交于 2019-12-19 21:54:32

问题


I keep getting

ADB rejected shell command (ls -l /data):

and the command prompt when running adb shell tells me error: device not found although the emulator is open.

What I am doing wrong?


回答1:


I assume you run adb from the command-line. Just do a adb kill-server and a adb start-server. After that your device(s) should be visible.



来源:https://stackoverflow.com/questions/2236054/adb-rejected-shell-command-ls-l-data

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!