Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am developing android APPS USING ECLIPSE and deploying it in a emulator .where can i find the sqlite database which i have created.
Posted
Comments
Sergey Alexandrovich Kryukov 15-Feb-12 0:19am    
If you cannot find the database you created, "created" sounds like an exaggeration. :-)
--SA

1 solution

These are stored in

/data/data/your_package_name/databases

You can use eclipse ddms (Window > Open Perspective > Other > DDMS) you grab a copy to your local system, make modification and then re upload. You can also load a database using he same tool.

On a phone it must be rooted to perform the same actions.

Hope this helps

Darren
 
Share this answer
 
v2
Comments
rajasankar1 17-Feb-12 6:20am    
very much man thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900