Android MultiDex - A/libc(28851): Fatal signal 11 (SIGSEGV), thread 29117 (pool-16-thread-)
问题 I am getting this error in my app but only on some devices. So far only a few crashes have been reported. I recently enabled multiDex support and since then it crashes on some of the pre-lollipop devices. A/libc(28851): Fatal signal 11 (SIGSEGV), thread 29117 (pool-16-thread-) There is no other information given in the logcat. I saw some other posts on SO but they are different and don't apply to my case. I guess it has to do with memory usage ? 来源: https://stackoverflow.com/questions