I get this error: Data exceeds UNCOMPRESS_DATA_MAX on android 2.2 but not on 2.3

后端 未结 5 1097
借酒劲吻你
借酒劲吻你 2020-12-03 14:22

I am getting an error only on the version android 2.2 but not on 2.3.

The error :

 04-26 13:41:34.862: ERROR/Database(3701):  sqlite3_open_v2(\"/data         


        
5条回答
  •  一整个雨季
    2020-12-03 14:50

    You can split the file and put the split files in assets folder.
    For e.g largfile.db to db1.db, db2.db, db3.db
    And then write code to combine these files back to largefile.db on the device.

提交回复
热议问题