当前位置:   article > 正文

Android “sdcard“ File.mkdirs()失败解决办法

Android “sdcard“ File.mkdirs()失败解决办法

如果File的路径是("/sdcard/XXXX");

AndroidManifest.xml里添加requestLegacyExternalStorag

  1. <application
  2. android:allowBackup="true"
  3. android:dataExtractionRules="@xml/data_extraction_rules"
  4. android:fullBackupContent="@xml/backup_rules"
  5. android:icon="@mipmap/ic_launcher"
  6. android:label="@string/app_name"
  7. android:requestLegacyExternalStorage="true"
  8. android:roundIcon="@mipmap/ic_launcher_round"
  9. android:supportsRtl="true"
  10. android:theme="@style/Theme.Test"
  11. tools:targetApi="31">

requestLegacyExternalStorag具体什么意思自己去搜

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/401396
推荐阅读
相关标签
  

闽ICP备14008679号