I have a PhoneGap application using SQLite. My database and tables generated from code are being initialized and created properly and the application is running queries fine against these tables.
Strangely, I'm seeing the following errors in LogCat when running the application:
SQLiteLog (1) no such table: CacheGroups
SQLiteLog (1) no such table: Caches
SQLiteLog (1) no such table: Origins
SQLiteLog (1) no such table: DeletedCacheResources
From what I understand these are native database tables used by SQLite, but aren't being generated. Any ideas how I can fix this?