How to access data/data folder in Android device?

后端 未结 18 2116
南方客
南方客 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:10

    If you are using Android Studio 3.0 or later version then follow these steps.

    1. Click View > Tool Windows > Device File Explorer.
    2. Expand /data/data/[package-name] nodes.

    You can only expand packages which runs in debug mode on non-rooted device.

提交回复
热议问题