On Wed, May 18, 2011 at 7:39 AM, am.fraga.led <am.fraga....@gmail.com> 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 access directly to the phone´s memory (the real device) with a
> terminal.
> I check the database exists in the specific rute:
> /data/data/my_package/databases/my_database

You do not have access to that file on a production Android device
from the shell, sorry.

> The list above doesn´t show my database!!
> Is this situation fine??

You do not have access to that file on a production Android device
from the shell, sorry. Hence, yes, this is expected behavior.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.6 Available!

-- 
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