Troubleshooting
To make it work on Android, you should add android.permission.WRITE_INTERNAL_STORAGE
and android.permission.WRITE_EXTERNAL_STORAGE
permissions in the project settings (or request them at runtime).
To make it work on Android, you should add android.permission.WRITE_INTERNAL_STORAGE
and android.permission.WRITE_EXTERNAL_STORAGE
permissions in the project settings (or request them at runtime).