Search code examples
androidandroid-studioandroid-emulatorlogcatandroid-virtual-device

Android Studio + AVD: App crashing in emulator and logcat empty


I have an app that is crashing as soon as it opens in an AVD (emulator) started from Android Studio and logcat is completely empty. So, I can't locate and fix the problem.

Am I missing any configuration?


Solution

  • Ok, I found it. It's stupid, but tricky. Might help others.

    Android Studio is not cleaning logcat's search box during is startup. I had a string into it filtering the results for weeks and did not see that.

    I've cleaned the search box and could see all the log again using the emulator normally.