Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse DDMS window not showing any thing +android

my Eclipse DDms window not showing anything(empty logcat,empty file explore... etc) while running my app in emulator. Sometime it works if i restart eclipse but not all time. why such type of hanging...

like image 589
vnshetty Avatar asked Dec 12 '22 14:12

vnshetty


1 Answers

Even i face the same problem number of times. What i use to do is go to DDMS and click on the emulator name which is displayed in left side of the window under title "Name" in the Devices-view. Now Logcat will begin to display sequence of events. If this doesn't works then reset adb by clicking the down arrow in the left side of the DDMS window under the title "Devices". Hope this solves your problem

like image 189
androidGuy Avatar answered Jan 07 '23 14:01

androidGuy