android 数据库索引,SQLite数据库提供警告自动索引(列)升级Android L后
发布日期:2022-02-18 13:08:17 浏览次数:7 分类:技术文章

本文共 1150 字,大约阅读时间需要 3 分钟。

我已经升级了我的Nexus 7与Android 5.0 Lollipop,之前,我的应用程序运行良好与SQLite数据库,但现在每当我执行任何类型的查询,它给我log cat错误,如:

12-09 12:37:04.942: E/SQLiteLog(13041): (284) automatic index on area(server_id)

12-09 12:37:04.942: E/SQLiteLog(13041): (284) automatic index on account(area_id)

12-09 12:37:04.942: E/SQLiteLog(13041): (284) automatic index on staff_visit(account_id)

12-09 12:37:04.942: E/SQLiteLog(13041): (284) automatic index on ordertab(account_id)

12-09 12:37:04.960: E/SQLiteLog(13041): (284) automatic index on area(server_id)

12-09 12:37:04.960: E/SQLiteLog(13041): (284) automatic index on account(area_id)

12-09 12:37:04.960: E/SQLiteLog(13041): (284) automatic index on staff_visit(account_id)

12-09 12:37:04.960: E/SQLiteLog(13041): (284) automatic index on ordertab(account_id)

12-09 12:37:04.978: E/SQLiteLog(13041): (284) automatic index on area(server_id)

12-09 12:37:04.978: E/SQLiteLog(13041): (284) automatic index on account(area_id)

12-09 12:37:04.978: E/SQLiteLog(13041): (284) automatic index on staff_visit(account_id)

12-09 12:37:04.978: E/SQLiteLog(13041): (284) automatic index on ordertab(account_id)

所以它是错误的任何棒棒糖错误?我认为是因为我没有更新我的代码之前和之后升级此操作系统。

转载地址:https://blog.csdn.net/weixin_28871097/article/details/117617003 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:android调试步骤,Android16_Android调试步骤
下一篇:如何用C语言改变宏定义的大小,C语言中宏定义使用的小细节

发表评论

最新留言

做的很好,不错不错
[***.243.131.199]2024年04月15日 18时40分01秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章