Tuesday, February 23, 2010

Android 1.6 External Storage error

While running android app on 1.6 framework you may get an error like
"unable to unlink '/sdcard/somepath': Permission denied"

This is most possibly due to security so add a uses.permision
android.permission.WRITE_EXTERNAL_STORAGE

1 comment:

  1. The actual line to add in your AndroidManifest.xml is

    ReplyDelete