Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: SharedPreferences 文件
你能告诉我android应用程序的sharePreference保存在哪里吗?如何将其下载到我的电脑并查看它?
谢谢你。
SharedPreferences 存储在 app 数据文件夹中的一个 xml 文件中,即
/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PREFS_NAME.xml
或默认首选项:
/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PACKAGE_NAME_preferences.xml