SQLiteException: unknown error (code 0): Native could not create new byte[]
问题 I'm getting this error when trying to query up to 30 objects, each object has field byte[] which weights 100x100 ARGB_8888 bitmap data ~ 39kb I'm using OrmLite 4.45 version. on a Samsung GT n8000 tablet (max heap size 64mb) Here's stacktrace: android.database.sqlite.SQLiteException: unknown error (code 0): Native could not create new byte[] at android.database.CursorWindow.nativeGetBlob(Native Method) at android.database.CursorWindow.getBlob(CursorWindow.java:403) at android.database