Issue
I work on a application that save data on shared preferences when I using AVD for test my app shared preference file exist in below directory and all things is ok
/data/data/MY_PACKAGE_NAME/shared_prefs/setting.xml
But when I use Genymotion, data folder is empty in eclipse file explorer. How could I access to shared preferences?
Solution
i find my answer here. this problem Happens when we have not appropriate permissions
Answered By - Blaster
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.