Sponsored Links
I have added these permissions <uses-permission android:name="android.permission.READ_OWNER_DATA"></ uses-permission> <uses-permission android:name="android.permission.WRITE_OWNER_DATA"></ uses-permission> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses- permission> but i cannot able to create a file in phone memory of android emulator it is showing the error 11-23 11:44:06.019: WARN/System.err(1625): java.io.IOException: Parent directory of file is not writable: /data/tripdata Please help me thanks in Advance --