AAPT: error: attribute android:requestLegacyExternalStorage not found

后端 未结 2 2203
被撕碎了的回忆
被撕碎了的回忆 2021-02-11 13:18

collection error in AndroidManifest.xml

AAPT: error: attribute android:requestLegacyExternalStorage not found.

Although the attribute is there but it writes an err

2条回答
  •  囚心锁ツ
    2021-02-11 13:29

    (Material Files aurthor here)

    You need to compile against SDK 29 and maybe use the most recent build tools for aapt to know this attribute, because it's introduced in Android 10.

提交回复
热议问题