Proguard在LGE设备上生成java.lang.IllegalStateException

Proguard在LGE设备上生成java.lang.IllegalStateException,java,android,proguard,Java,Android,Proguard,当我使用ProGuard在调试模式下测试我的应用程序时,我在LGE LG-D850(LG G3)上遇到了一个非常奇怪的行为 应用程序将无法启动,我收到以下错误: java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. 只有禁用ProGua

当我使用ProGuard在调试模式下测试我的应用程序时,我在LGE LG-D850(LG G3)上遇到了一个非常奇怪的行为

应用程序将无法启动,我收到以下错误:

java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. 
只有禁用ProGuard后,问题才得以解决

当我在三星/Nexus上尝试相同的APK时,它工作得很好

另一个问题是堆栈跟踪被混淆了,所以我不能确定原因是什么


有什么建议吗?

嗨,谢谢你的回答,但我以前看过这篇文章,它与proguard无关。嗨,谢谢你的回答,但我以前看过这篇文章,它与proguard无关。