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
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:26:9-36
is also present at [com.liaoinstan.springview:library:1.3.0] AndroidManifest.xml:12:9-35 value=(true).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:24:5-166:19 to override.
我尝试去掉 android:allowBackup="true" 字段
又报以下错误:
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@allowBackup value=(true) from AndroidManifest.xml:26:9-35
is also present at [com.aliyun.ams:alicloud-android-feedback:3.1.1] AndroidManifest.xml:19:18-45 value=(false).
Suggestion: add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml:24:5-166:19 to override.
Error:Execution failed for task ':app:processDebugManifest'.
我尝试去掉 android:allowBackup="true" 字段
又报以下错误:
Error:Execution failed for task ':app:processDebugManifest'.
怎么办?我集成了【com.aliyun.ams:alicloud-android-feedback:3.1.1】阿里百川
The text was updated successfully, but these errors were encountered: