如果File的路径是("/sdcard/XXXX");
在AndroidManifest.xml里添加requestLegacyExternalStorag文章来源:https://www.toymoban.com/news/detail-847088.html
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Test"
tools:targetApi="31">
requestLegacyExternalStorag具体什么意思自己去搜文章来源地址https://www.toymoban.com/news/detail-847088.html
到了这里,关于Android “sdcard“ File.mkdirs()失败解决办法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!