You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照官方文档的示例写的。首先报错为
Manifest merger failed : Attribute activity#com.tencent.connect.common.AssistActivity@configChanges value=(orientation|keyboardHidden|screenSize) from AndroidManifest.xml:161:13-74
is also present at [com.umeng.umsdk:share-qq:7.1.3] AndroidManifest.xml:27:13-63 value=(orientation|keyboardHidden).
Suggestion: add 'tools:replace="android:configChanges"' to element at AndroidManifest.xml:158:9-161:76 to override.
之后我在
android:configChanges="orientation|keyboardHidden|screenSize"/>
之上添加
tools:replace="android:configChanges"
后面报错为
报错为:
ERROR: Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for is provided.
The text was updated successfully, but these errors were encountered:
按照官方文档的示例写的。首先报错为
Manifest merger failed : Attribute activity#com.tencent.connect.common.AssistActivity@configChanges value=(orientation|keyboardHidden|screenSize) from AndroidManifest.xml:161:13-74
is also present at [com.umeng.umsdk:share-qq:7.1.3] AndroidManifest.xml:27:13-63 value=(orientation|keyboardHidden).
Suggestion: add 'tools:replace="android:configChanges"' to element at AndroidManifest.xml:158:9-161:76 to override.
之后我在
android:configChanges="orientation|keyboardHidden|screenSize"/>
之上添加
tools:replace="android:configChanges"
后面报错为
报错为:
ERROR: Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for is provided.
The text was updated successfully, but these errors were encountered: