I get an ANR-error in my Android app. The trace shows only one thread in blocked state (all the others are in state waiting, sleeping, native,..), so it doesn\'t seem to be in d
Have you tried to set android:largeHeap="true" in application Manifest? `
android:largeHeap="true"