1

the other day i was editing a layout when suddendly eclipse freeze for a long time and when it came back I couldn't run the application nor edit the layout anymore. I reboot my PC and I was able again to run the app but the LogCat doesn't work anymore.

This are some screens:

enter image description hereenter image description here

Can somebody tell me what is happening ?

Matteo Cardellini
  • 876
  • 2
  • 17
  • 41
  • Restarting adb helps a lot with android problems, the solution [here](http://stackoverflow.com/questions/4072706/the-connection-to-adb-is-down-and-a-sever-error-has-occured) is worth a try. – user3312130 Feb 23 '14 at 20:04
  • This is not the LogCat, it's just to display error messages. – f2prateek Feb 23 '14 at 20:22

1 Answers1

1

Open CMD and write adb -d logcat <your package name>:<log level> *:S. If you don't get any logs maybe your Android SDK is somehow broken or damaged and try reinstalling it.

Naskov
  • 4,121
  • 5
  • 38
  • 62