D:\Eon_Final_Build\EON_android\app\src\main\AndroidManifest.xml:96:13-72 Error: Attribute activity#com.facebook.FacebookActivity@theme value=(@android:style/Theme.Translucent.NoTitleBar) from AndroidManifest.xml:96:13-72 is also present at [com.facebook.android:facebook-android-sdk:4.16.0] AndroidManifest.xml:32:13-63 value=(@style/com_facebook_activity_theme). Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml:92:9-96:75 to override. See http://g.co/androidstudio/manifest-merger for more information about the manifest merger. :app:processDebugManifest Failed 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:96:13-72 is also present at [com.facebook.android:facebook-android-sdk:4.16.0] AndroidManifest.xml:32:13-63 value=(@style/com_facebook_activity_theme). Suggestion: add 'tools:replace="android:theme"' to <activity> element at AndroidManifest.xml:92:9-96:75 to override. Information:BUILD Failed
解决方法
Facebook新sdk已于昨日发布.将您的facebook sdk依赖关系更改为:
compile 'com.facebook.android:facebook-android-sdk:4.15.0'