Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DDMS showing empty file explorer for online emulator

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 emulator online but its File Explorer is show nothing . Its visible again when I restart my emulator again or restart Eclipse .but I dont want this ,I want a quick solution.

One more thing I have already set the device timeout to a higher value but its also not working. Here is Screen Shot of my DDMS .Can anyone have a Quick Solution.Thanks in advance.

enter image description here

like image 252
GOLDEE Avatar asked May 21 '13 12:05

GOLDEE


2 Answers

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.

like image 192
Adil Hussain Avatar answered Nov 10 '22 11:11

Adil Hussain


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

and type

adb kill-server 

and then

adb start-server
like image 37
prvn Avatar answered Nov 10 '22 09:11

prvn