jaimin wrote:
> hi.
> i am new to android .
> i tried to view my databse on the command line but i didnt succeed
> below is my code and my android project is in comouter's D:android/
> project folder .
> 
> 
> 
> adb shell
> #sqlite3 <dbname>
> #.tables
> 
> but it didn't work so nay other idea?

You may have forgotten to change to the directory where the database lives.

That will be /data/data/your.package.here/databases, where
your.package.here is the Java package associated with your project, as
declared in your AndroidManifest.xml file.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training in Sweden -- http://www.sotrium.com/training.php

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to