Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denihida1216/9b1fd3c0f44330bdb9bc7b212154c5f4 to your computer and use it in GitHub Desktop.
Save denihida1216/9b1fd3c0f44330bdb9bc7b212154c5f4 to your computer and use it in GitHub Desktop.
java.io.IOException: Permission denied cannot create file
If your target api level is >=29 or you are using android 10 then please add following line in your app's manifest file in application tag
android:requestLegacyExternalStorage="true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment