Skip to content

Instantly share code, notes, and snippets.

View baiIey's full-sized avatar

Brian Bailey baiIey

View GitHub Profile
Android SDK build 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:69:13-72is 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:66:9-70:47 to override.
android {
defaultConfig {
multiDexEnabled true
}
}
compile(*'com.facebook.android:facebook-android-sdk:4.31.0'*) {
exclude *group*: *'com.facebook.android'*, *module*: *'facebook-core'
*}
[!] Unable to find a specification for LytroKit
Android SDK build Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForNearmeDebug'.> com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex.
use_frameworks!
*Framework not found FBSDKCoreKit/Bolts/FBSDKLytroKit for architecture x86_64/armv7/armv7s/arm64*
<application android:label="@string/app_name" ...>
...
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
...
</application>
compile(group: 'com.facebook.android', name: 'facebook-lytro', version: '0.+', ext: 'aar')
implementation 'com.parse.bolts:bolts-android:1.4.0'
implementation 'com.facebook.android:facebook-android-sdk:4.32.0'
allprojects {
repositories {
maven { url "http://172.104.113.141:8081/artifactory/libs-release-local" }
}
}