标签:android sqlite

Android Sqlite 出现内存溢出的情况 ,求帮忙

一秒查询2次数据库 , 爆出 android.database.CursorWindowAllocationException : Cursor Window alloction of 2048 kb failed. 查询代码: public static List<HeadInfo> queryHeadInfoByOrder(Context ……

android.database.sqlite.SQLiteCantOpenDatabaseException

如题,在andriodKK4.4上跑了个Bluetooth on/off 的stress,发现了如下错误。 android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database 有人说在对应的manifest文件中……