No such table android_metadata, what's the problem?
- by flybirdtt
i use a existed slqite database, and copy it to /data/data/packagename/databases,
The code learned from this blog:
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/
after copy the database, I open the databse. But the log message show the error:
No such table android_metadata
So i need creat a table named android_metadata? And what the value i need insert into this database
Thanks very much