List of files of saved to the internal storage

前端 未结 4 1752
忘掉有多难
忘掉有多难 2020-12-10 05:48

My android application is saving some stats to internal storage. Each file name is in the format of \"appname-currentDate\"

I was wondering:

  1. When I s
4条回答
  •  再見小時候
    2020-12-10 06:25

    Your files will be saved in data/data/your.package.com this folder. your.package.com is your package name.

    You can see that in ddms. If you use eclipse and run emulator or device you can see your files in eclipse -> ddms tab

    enter image description here

提交回复
热议问题