admob-google / admob-cordova

Google AdMob plugin for Cordova, Phonegap and Intel XDK ,support ios and android,support admob v1 and admob v2 ,Monetize your html5 app with one javascript line.api is easy to use.
65 stars 50 forks source link

Unable to work together with analytics plugin #25

Closed fobus42 closed 7 years ago

fobus42 commented 8 years ago

Hi,

Bot this and admob (https://github.com/danwilson/google-analytics-plugin) plugin works good if they are not installed together. But When I'm installing them together I'm getting this error.

` Manifest merger failed : Attribute meta-data#com.google.android.gms.version@value value=(8115000) from AndroidManifest.xml:12:66-89

    is also present at [com.google.android.gms:play-services-basement:9.4.0] AndroidManifest.xml:23:13-66 value=(@integer/google_play_services_version).

    Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:12:9-92 to override.

`

How can I fix it?

fobus42 commented 8 years ago

Here is an answer for you : https://github.com/danwilson/google-analytics-plugin/issues/262#issuecomment-237294619

admob-google commented 7 years ago

updated

fobus42 commented 7 years ago

Thank you!