How to access data/data folder in Android device?

后端 未结 18 2117
南方客
南方客 2020-11-22 15:36

I am developing an app and I know my database *.db will appear in data/data/com.****.***

I can access this file from AVD in Eclipse with he

18条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 16:05

    may be to access this folder you need administrative rights.

    so you have two options:-

    1. root your device and than try to access this folder
    2. use emulator

    p.s. : if you are using any of above two options you can access this folder by following these steps

    open DDMS perspective -> your device ->(Select File Explorer from right window options) select package -> data -> data -> package name ->files

    and from there you can pull up your file

提交回复
热议问题