I am not using a Content Provider. I open the database connections in the
onCreate() methods of my activities.
--
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 un
When are you doing this? Perhaps a bit too early?
I've not had any issues with opening database files from inside a content
provider.
My CP opens the db on demand, deferring the actual database open until the
first call to the CP's query, etc.
-- Kostya
3 февраля 2012 г. 5:08 пользователь Zsolt
Hi, I am using ACRA and get an average of one report of this kind a day:
android.database.sqlite.SQLiteException: unable to open database file
at android.database.sqlite.SQLiteDatabase.dbopen(Native Method)
at android.database.sqlite.SQLiteDatabase.(SQLiteDatabase.java:1956)
at
android.database.
> recently I very often get error reports from users that upgrade their OS.
> This includes at least 1.5, 1.6, 2.1 and custom ROMs.
>
> Anybody else seeing these? Any idea what to do about it?
> For example, is the issue that
> the database is deleted, or that the database exists but somehow the
>
which errors are you getting?
On 09/11/2010 2:05, Éva Lovrencsics wrote:
On ápr. 2, 11:53, Mariano Kamp wrote:
Hi,
recently I very often get error reports from users that upgrade their OS.
This includes at least 1.5, 1.6, 2.1 and custom ROMs.
Anybody else seeing these? Any idea what to do ab
On ápr. 2, 11:53, Mariano Kamp wrote:
> Hi,
>
> recently I very often get error reports from users that upgrade their OS.
> This includes at least 1.5, 1.6, 2.1 and custom ROMs.
>
> Anybody else seeing these? Any idea what to do about it?
>
> Cheers,
> Mariano
Mark Murphy wrote:
Hi,
recently I very often get error reports from users that upgrade their OS.
This includes at least 1.5, 1.6, 2.1 and custom ROMs.
Anybody else seeing these? Any idea what to do about it?
Cheers,
Mariano
One example:
-- Time: Fri Mar 26 11:36:41 PDT 2010
-- Android Version: sdk=4, release=1.6
7 matches
Mail list logo