Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不断得到
ADB rejected shell command (ls -l /data):
并且运行时的命令提示符adb shell告诉我error: device not found尽管模拟器已打开。
adb shell
error: device not found
我做错了什么?
我假设您从命令行运行 adb。只需执行 adb kill-server 和 adb start-server。之后,您的设备应该是可见的。