App Is Not Running, Showing Error A/libc: Fatal Signal 11 (sigsegv) At 0x00000e20 (code=1), Thread 8068
My app is not running on my devices except lollipop version :( I don't know exactly where the problem is. So cannot provide code :( I use ASyncTask, Content Resolver to query songs
Solution 1:
You've run out of memory decoding a bitmap:
07-22 21:53:04.009 8068-8068/app.farhanfarooqui.vocaplayer E/dalvikvm-heap: Out of memory on a 2265244-byte allocation.
Look into using a smaller image resolution and/or down sample while you decode.
Post a Comment for "App Is Not Running, Showing Error A/libc: Fatal Signal 11 (sigsegv) At 0x00000e20 (code=1), Thread 8068"