[android-developers] Re: SQLiteException: no such table

2012-05-23 Thread imran ali
How can it happen that the table does not exist? In one installation of thousands? -- Seems bad installation of app. so, re-install and try. -- Another reason, phone is on low memory and having no space to create db. so DB has not created and your query is going to ask about table. So, conform

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

2011-05-18 Thread am.fraga.led
Thanks everybody! Your´re right. I have root access on the device. The problem was solved, but something strange happened. Using the shell directly on the device (Better Terminal), the next commands don´t show me the list of tables: >>>Open Better Terminal: # su # sqlite3 /data/data/my_package/d