Re: [android-developers] Re: sqlite databases path

2011-02-23 Thread Nguyen Dat
Dear nhasan ★On Emulator, you can browser data store in your phone via File Explorer (event Database) (Not sure on real device, may be relate with permission) Go though below step to explode data ❶. Go to DDMS ❷. Show File Explorer: [Windows] - [Show View] - [Other] - [Android] - Select [File

[android-developers] Re: sqlite databases path

2011-02-22 Thread nhasan
If you are use SQLiteDbOpenHelper to open/create databases then it will automatically create/open databases in that location. -- 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] Re: sqlite databases path

2011-02-22 Thread nhasan
If you use SQLiteOpenHelperhttp://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.htmlto open/create your database, it will automatically be created in/opened from that location. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: sqlite databases path

2011-02-22 Thread Koby
Well i'm using Version 2.2.1 and i have the database files in /dbdata/ package so i guess it depends on which version you are using On 18 פברואר, 23:16, Cliff Davies cliff.dav...@gmail.com wrote: It should be stored in data/data/package/databases/ If you have a database already prepared that