roblav96 / nativescript-onesignal

A Nativescript plugin that wraps the iOS and Android OneSignal Push Notifications SDK.
https://documentation.onesignal.com/docs/getting-started
Other
24 stars 42 forks source link

Google Play Services Library Error #11

Open xiaochong44 opened 7 years ago

xiaochong44 commented 7 years ago

In AndroidManifest.xml i write this <meta-data android:name="com.google.android.gms.version" android:value="3.0.0" /> onesignal show Google Play services library initialization error. Check for conflicting plugins and make sure "com.google.android.gms.version" is in your AndroidManifest.xml. Check the logcat for more details. help me

habibi-dev commented 6 years ago

+1

shinde-sagar commented 5 years ago

If your using both firebase and onesignal plugin together.

  1. uninstall both plugin.
  2. Install onesignal 1.0.7 version first and then firebase.
  3. And use
    project.ext {
    googlePlayServicesVersion = "15.0.1"
    }

    in app.gradle