• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android Problem with Facebook Extension - Manifest merger failed with multiple errors

gdkid

Member
Hi

I'm using the Facebook Extension from Yoyogames, it has the following errors when compiling

Manifest merger failed with multiple errors

I'm using GMS 1.4, alos use Google Play Services extension.

The project runs fine before, but it has error after installing the Facebook Extension.

Z:\com.strangepulsestudio.drawmath\src\main\AndroidManifest.xml:165:1-114 Warning:
Element meta-data#com.google.android.gms.version at AndroidManifest.xml:165:1-114 duplicated with element declared at AndroidManifest.xml:82:1-113
Z:\com.strangepulsestudio.drawmath\src\main\AndroidManifest.xml:201:1-101 Error:
Element meta-data#com.facebook.sdk.ApplicationId at AndroidManifest.xml:201:1-101 duplicated with element declared at AndroidManifest.xml:167:1-99
Z:\com.strangepulsestudio.drawmath\src\main\AndroidManifest.xml Error:
Validation failed, exiting

See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.

:com.strangepulsestudio.drawmath:processArmeabi-v7aReleaseManifest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.strangepulsestudio.drawmath:processArmeabi-v7aReleaseManifest'.
> Manifest merger failed with multiple errors, see logs
 
Top