Why is my data folder empty in DDMS perspective

梦想与她 提交于 2019-12-14 03:08:53

问题


I was trying SharedPreferences and everything works fine. According to the tutorial, after I change some preferences, I should find a folder named shared_prefs and a XML file which contains my preferences under the data folder in DDMS perspective. But mine is empty, why? Btw, I am debugging with real Android phone. Thx.


回答1:


If your SharedPreferences are private, you need to be root on your device to see what is in this folder.

Check this post for more details: Android: Viewing SharedPreferences file?



来源:https://stackoverflow.com/questions/18862789/why-is-my-data-folder-empty-in-ddms-perspective

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!