ADB rejected shell command (ls -l ): closed

后端 未结 3 670
我寻月下人不归
我寻月下人不归 2020-12-19 15:34

I am getting an error when i try to run my project

ddms]ADB rejected shell command (ls -l ): closed

I can not understand why this happens

3条回答
  •  悲&欢浪女
    2020-12-19 16:28

    1.Try Cleaning all the projects ,Project--> Clean. 2. Opening the adb manually. 3.Just do a adb kill-server and a adb start-server.

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

提交回复
热议问题