On Fri, Dec 9, 2011 at 6:44 AM, MarkG123 <mark.gilles...@gmail.com> wrote:
> Well I have read/write access to the DB, but it's still throwing
> exception trying to write metadata.
>
> The database is here is someone can take a quick look, this problem is
> driving me nuts...
>
> http://db.tt/dNgiPEmi

Try on a different device, to check if you are hitting some firmware bug.
Have you tired creating the android metadata table manually (with sqlite3,
before you try to use it in Android)?

create table android_metadata(locale TEXT)
insert into android_metadata values('en_US')

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to