ADB rejected shell command (ls -l ): closed

后端 未结 3 666
我寻月下人不归
我寻月下人不归 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

    I think what happens is that the adb's connection with the emulator breaks or becomes faulty, so android launches a new emulator although you have already an existing emulator for the same platform running. One way you can try to correct this problem is Go to DDMS-->Devices Tab-->Click the option "Reset adb" (which is the last option) . You will then see some error report in the console, but after a minute your emulator would be ready to be used . See if this works for you.

提交回复
热议问题