j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Android Gingerbread INSTALL_FAILED_DEXOPT #29

Closed viper123 closed 9 years ago

viper123 commented 10 years ago

We are developing an application, and when we use this library we get INSTALL_FAILED_DEXOPT. This behavior is happening only on Gingerbread. In logcat we get this erorr: LinearAlloc exceeded capacity (5242880), last=4108 After we've done some research on this mater we found that has something to do with how complex the application is using abstractizations (abstract classes and interfaces). https://code.google.com/p/android/issues/detail?id=22586

j256 commented 9 years ago

Sorry for the delay. Any more details on this problem? We are getting ready to [finally] push 4.49 and I'd like to make sure this isn't an issue.