No such table android_metadata, what's the problem?
Posted
by flybirdtt
on Stack Overflow
See other posts from Stack Overflow
or by flybirdtt
Published on 2010-03-27T07:14:03Z
Indexed on
2010/03/27
7:23 UTC
Read the original article
Hit count: 660
android
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
© Stack Overflow or respective owner