DDMS showing empty file explorer for online emulator

前端 未结 5 1604
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-18 19:36

I am facing this problem from many day,i searched a lot but not found any convenient answer.

Whenever I start a emulator ,after some time when I see DDMS its show the em

相关标签:
5条回答
  • 2021-02-18 19:54

    What you have to do is first launch the emulator ,then go the Window->show view -> other -> Android -> devices.Then you will be able to select the device that is online,now go the file explorer,which which will show all the files related to that specific device.Another point need to be noted here is ,the files in the file explorer varies from device to device

    0 讨论(0)
  • 2021-02-18 20:01

    from command prompt move to \sdk\platform-tools\

    and type

    adb kill-server 
    

    and then

    adb start-server
    
    0 讨论(0)
  • 2021-02-18 20:04

    I see that the question was posted back in 2013 so there was probably some other problem at play then... but for those seeing this problem today it's probably because of an issue with Emulators targeting Android 24 or 25. Currently it appears that the Android Device Monitor is not able to display the file contents for Emulators targeting Android 24 or 25. It is however able to show file contents for Emulators targeting Android 23. Try launching an Emulator targeting Android 23 and you should see the Emulator's file contents in the File Explorer tab as expected.

    I've created an Android bug report here.

    Edit: a couple more bug reports about this here and here.

    0 讨论(0)
  • 2021-02-18 20:05

    I fixed it by the following steps: 1. Open windows task manager and kill adb.exe process. 2. Close eclipse and restart it. Then it works.

    Hope it helps.

    But i cant understand about online emulators. Do you mean virtual devices ?

    0 讨论(0)
  • 2021-02-18 20:05

    You have to keep the device selected in the devices view.

    0 讨论(0)
提交回复
热议问题