[android-developers] SQLiteException: no such table .... on device

2011-05-18 Thread am.fraga.led
Hi everybody. I´ve a problem about sqlite3 testing my app on a device. In my app, I have created a simple database with 2 tables. When I run the app on the emulator, the app works fine: - The database exists in the rute: /data/data/my_package/databases/my_database - I´m able to query the datab

Re: [android-developers] SQLiteException: no such table .... on device

2011-05-18 Thread Mark Murphy
On Wed, May 18, 2011 at 7:39 AM, am.fraga.led wrote: > Could you possibly help me with this problem? Your database does not have the table. Try uninstalling and reinstalling the application, to force your code to rebuild the table (e.g., SQLiteOpenHelper onCreate()). > Something, more: > I acces

Re: [android-developers] SQLiteException: no such table .... on device

2011-05-18 Thread Nikolay Elenkov
On Wed, May 18, 2011 at 8:39 PM, am.fraga.led wrote: > Hi everybody. > > I´ve a problem about sqlite3 testing my app on a device. > In my app, I have created a simple database with 2 tables. > When I run the app on the emulator, the app works fine: > - The database exists in the rute: >    /data/d