Reputation: 896
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:
Can somebody tell me what is happening ?
Upvotes: 1
Views: 86
Reputation: 4179
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.
Upvotes: 1