Attribute application@supportsRtl value=(true) from AndroidManifest.xml:58:9-35
is also present at [io.github.lucksiege:pictureselector:kotlin-v1.0.0-beta] AndroidManifest.xml:11:9-36 value=(false).
Suggestion: add 'tools:replace="android:supportsRtl"' to
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"