Thursday, December 8, 2011

Re: [android-developers] Re: Problems reading/writing to SQLite db on SD card.

On Fri, Dec 9, 2011 at 1:06 PM, skink <pskink@gmail.com> wrote:
>
>
> MarkG123 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
>
> i had the same problem some time ago, its strange but afair adding a
> flag NO_LOCALIZED_COLLATORS solved it
>

Not strange at all: adding this flag simply stops it from trying to create
the android_metadata table (check the source). The real question would
be why it fails, even though the app has write access, etc.

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment