Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

集成QQ分享的时候出现的问题 #82

Open
demeHen opened this issue Jan 4, 2021 · 3 comments
Open

集成QQ分享的时候出现的问题 #82

demeHen opened this issue Jan 4, 2021 · 3 comments

Comments

@demeHen
Copy link

demeHen commented Jan 4, 2021

按照官方文档的示例写的。首先报错为
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.

@nishiu
Copy link

nishiu commented Feb 22, 2021

一样的问题,主要是最后一个,为什么还要搞这种单独的配置
Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for (qqappid) is provided.

@ccclll1990
Copy link

@nishiu https://developer.umeng.com/docs/128606/detail/201296 解决qqappid 的问题

1 similar comment
@ccclll1990
Copy link

@nishiu https://developer.umeng.com/docs/128606/detail/201296 解决qqappid 的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants