How to access data/data folder in Android device?

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

    you can copy this db file to somewhere in eclipse explorer (eg:sdcard or PC),and you can use sqlite to access and update this db file .

提交回复
热议问题