In my project, I need to see the location of my shared preference where can I see it.
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
In my project, I need to see the location of my shared preference where can I see it.
2
Answers
SharedPreferences are stored in an XML file in the app data folder, i.e.
or the default preferences at:
SharedPreferences added during runtime are not stored in the Eclipse project.
Note: Accessing
/data/data/<package_name>
requires superuser privilegesGo to device File explorer at the right bottom of your android studio. From there go to data-> data->(your package)->shared preferences