user1120890
user1120890

Reputation: 63

Where can i find /data/data folder in my android phone?

I wanted to know that the /data/data/my.package.name/databases folder is situated in My phone memory or in the SD card? In both the cases, please tell me the exact location... Please help.. Thanks in advance.

Upvotes: 3

Views: 9095

Answers (3)

Shishir Shetty
Shishir Shetty

Reputation: 2049

Yes @idiottiger is right. Your Phone needs to be rooted for that. But you can test your app in the emulator, and find the data/data/ using the file manager of your eclipse. There you have access to it.

Then use the squilte plugin to view your database file.

Upvotes: 0

idiottiger
idiottiger

Reputation: 5177

save in the internal storage space. the exact location you said is right.

my.package.name --> for example like: com.demo

ps: if your phone is not rooted, this folder maybe you don't have permission.

Upvotes: 1

Nataliia.dev
Nataliia.dev

Reputation: 2972

This folder is located in phone memory. Access to which folders are only in the emulator.

Upvotes: 0

Related Questions