Question

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 ?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top