Viewing private files created by an android app

后端 未结 5 1042
情歌与酒
情歌与酒 2021-02-04 01:53

I have an xml file being written by an app that is set to MODE_PRIVATE, but I now want to read that file outside of the phone, for debugging purposes. In Eclipse, I can access o

5条回答
  •  佛祖请我去吃肉
    2021-02-04 02:32

    If Eclipse is used, there is one more option:

    DDMS Perspective > File Explorer tab > data/data/com.yourpackage.yourapp/files

    where you can pull/push/delete files.

提交回复
热议问题