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

PaymentActivity launchmode 冲突 #68

Open
chunyaZOU opened this issue Jul 26, 2018 · 2 comments
Open

PaymentActivity launchmode 冲突 #68

chunyaZOU opened this issue Jul 26, 2018 · 2 comments

Comments

@chunyaZOU
Copy link

PaymentActivity launchmode 冲突

@lishuai678
Copy link

我也遇到了这个问题,请问你解决了吗?

1533350678 1

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute activity#com.pingplusplus.android.PaymentActivity@launchMode value=(singleTask) from AndroidManifest.xml:29:13-44
is also present at [com.pingxx:pingpp-core:2.1.18] AndroidManifest.xml:15:13-43 value=(singleTop).
Suggestion: add 'tools:replace="android:launchMode"' to element at AndroidManifest.xml:26:9-31:20 to override.

@samurai00
Copy link
Contributor

如果使用 2.2.0 以上版本,去掉 在你的 PaymentActivity 声明;
如果使用之前的老版本,尝试修改 AndroidManifest.xmlPaymentActivity 声明 launchModesingleTop,或者加上 tools:replace="android:launchMode"

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