You can find the database only in the internal memory. >From a shell window type: adb shell cd /data/data/com.yoursite.yourapplication/databases sqlite3 mydatabase.db .dump
Peli On Oct 21, 1:01 pm, fahadlala <[EMAIL PROTECTED]> wrote: > This problem has been resolved by recreating the Activities and Intent > Filters in the AndroidManifest.xml. > > @ StevePotell : > > I am having trouble finding the database created by my application so > that i may access it through SQLite Maestro. I have searched into the > SDK directory(+subdirs) and also the Projects Directory (+subdirs) and > ofcourse inthe workspace for eclipse. But database named "AndroidDB" > is nowhere to be found. Any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

