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?
i find my answer here. this problem Happens when we have not appropriate permissions