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は、アプリデータフォルダーのxmlファイルに保存されます。
/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PREFS_NAME.xml
または次のデフォルト設定:
/data/data/YOUR_PACKAGE_NAME/shared_prefs/YOUR_PACKAGE_NAME_preferences.xml