老婆出轨 发表于 2024-6-13 19:46:43

AndroidManifest.xml 添加 android:supportsRtl=“true“报错误

    Attribute application@supportsRtl value=(true) from AndroidManifest.xml:58:9-35
    is also present at AndroidManifest.xml:11:9-36 value=(false).
    Suggestion: add 'tools:replace="android:supportsRtl"' to <application> element at AndroidManifest.xml:51:5-118:19 to override.

<application
android:name=".BoxApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_icon"
android:label="${appName}"
android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_icon"
android:supportsRtl="true"
android:theme="@style/Theme.FvBox"
tools:replace="android:supportsRtl" >
添加:
tools:replace="android:supportsRtl"

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: AndroidManifest.xml 添加 android:supportsRtl=“true“报错误