问题描述 高版本的安卓系统在动态授予了读写权限之后,依然无法写入文件到外部存储空间。 解决方法 在Androidmanifest.xml文件的application标签加上android:requestLegacyExternalStorage=“true”,如下图: