Access To Path Denied (Xamarin/Android)
I am running Windows 10, Visual Studio 2015, and Xamarin. I am rather new to Xamarin (just to set the ground level). I am currently having an issue after I updated recently. My app
Solution 1:
You should enable READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions in Android. You can follow this blog to enable the permission in runtime https://devblogs.microsoft.com/xamarin/requesting-runtime-permissions-in-android-marshmallow/
Post a Comment for "Access To Path Denied (Xamarin/Android)"