0

i m new in android develpment. where database foloder exists in android while creating a new db using create database command.i m using sqllite for database

asked Mar 28, 2011 at 8:45

3 Answers 3

1

/data/data/your.package/databases

answered Mar 28, 2011 at 8:47
Sign up to request clarification or add additional context in comments.

Comments

1

The database should be at /data/data/your.package.name/databases/your_db_name

answered Mar 28, 2011 at 8:47

Comments

0

The new database is created in the Android's internal storage in the data/data/your.app.packagename/databases folder.

answered Mar 28, 2011 at 8:48

10 Comments

@mudassir: where is this data folder exists while we install android
I hope you are using the Eclipse IDE. Click on the DDMS perspective, then click on File Explorer, then on data, again on data, select your app's package name, click on databases and here you can see your app's databases. Note that database will not seen if your app is not using any.
i m usering android 3.0 i can't find data folder
Have you used openOrCreateDatabase() method, or any other way which creates database?
@mudassir i use this reference for connection devx.com/wireless/Article/40842 but it not create any data folder.
|

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.