Android studio 我一直收到任务执行失败的错误消息';appprocessdebugmanifest'; 错误:任务执行失败:app:processDebugManifest'。 清单合并失败:属性活动#com.facebook。FacebookActivity@themevalue=(@android:style/Theme.Translucent.NoTitleBar)来自AndroidManifest.xml:67:13-72 也出现在[com.facebook.android:facebook common:4.29.0]AndroidManifest.xml:32:13-63 value=(@style/com\u facebook\u activity\u theme)。 建议:在AndroidManifest.xml:63:9-67:75处的元素中添加“tools:replace=“android:theme””以覆盖。

Android studio 我一直收到任务执行失败的错误消息';appprocessdebugmanifest'; 错误:任务执行失败:app:processDebugManifest'。 清单合并失败:属性活动#com.facebook。FacebookActivity@themevalue=(@android:style/Theme.Translucent.NoTitleBar)来自AndroidManifest.xml:67:13-72 也出现在[com.facebook.android:facebook common:4.29.0]AndroidManifest.xml:32:13-63 value=(@style/com\u facebook\u activity\u theme)。 建议:在AndroidManifest.xml:63:9-67:75处的元素中添加“tools:replace=“android:theme””以覆盖。,android-studio,Android Studio,//这是密码 Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute activity#com.facebook.FacebookActivity@theme value=(@android:style/Theme.Translucent.NoTitleBar) from AndroidManifest.xml:67:13-72 is also present

//这是密码

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

Manifest merger failed : Attribute activity#com.facebook.FacebookActivity@theme value=(@android:style/Theme.Translucent.NoTitleBar) from AndroidManifest.xml:67:13-72
is also present at [com.facebook.android:facebook-common:4.29.0] AndroidManifest.xml:32:13-63 value=(@style/com_facebook_activity_theme).
Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml:63:9-67:75 to override.

android:name=“com.facebook.facebook活动”
android:configChanges=“键盘|键盘隐藏|屏幕布局|屏幕大小|方向”
android:label=“@string/app\u name”
android:theme=“@android:style/theme.transparent.NoTitleBar”/

我用最好的方法解决了这个问题。通过将facebook全部删除。

您应该发布您认为导致此错误的代码。您的错误中有答案。我尝试过它没有帮助。当我这样做的时候,我犯了17个错误
<activity>
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />