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

后端 未结 5 1095
借酒劲吻你
借酒劲吻你 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:48

    I found a workaround for Froyo (2.2), but the APK got from 4.x megs long to 10.x megs. Make it simple: rezip the apk file, with compression 0. I did this on Windows: 1.-Rename the apk file to zip, 2.-unzip it to some folder, 3.-zip it again with "store" option (I'm really using WinRAR, so "store" means no compression at all), 4.-then rename it back from zip to apk, 5.-and install it.

提交回复
热议问题