我有一个PhoneGap应用程序使用sqlite。我的数据库和从代码生成的表正在初始化并正确创建,并且应用程序正在对这些表执行查询。
奇怪的是,当运行应用程序时,我在LogCat中看到以下错误:
sqliteLog (1) no such table: CacheGroups sqliteLog (1) no such table: Caches sqliteLog (1) no such table: Origins sqliteLog (1) no such table: DeletedCacheResources
有些人已经能够使用上述步骤解决问题
http://www.anddev.org/networking-database-problems-f29/missing-table-in-sqlite-with-specific-version-of-desire-hd-t50364.html.在我看来,这个问题存在于某些版本的Android 2.2上。我已经将这个变更纳入我的代码,尽管我仍然在寻找Beta测试人员,看看它是否真的可行。
原文链接:https://www.f2er.com/sqlite/197933.html