About 570,000 results
Open links in new tab
  1. Failed to get service from broker. Unknown calling package name …

    Feb 4, 2024 · java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'. It is an API key issue, make sure you added it to Manifest and …

  2. Unknown calling package name 'com.google.android.gms'

    Oct 6, 2024 · My android app fails to connect to 'com.google.android.gms'. I checked a lot and implemented all the dependencies I could find to be relevant but it still fails. Actually, the …

  3. Where is com.google.android.gms? - Stack Overflow

    Mar 9, 2013 · 18 Is it a big change form Google or have I done something wrong? com.google.android.gms comes from the Play Services SDK, which you attach to your …

  4. Flutter and google_sign_in plugin: PlatformException …

    Feb 6, 2019 · To all: pay attention to the exception code ApiException: 10 and refer to the docs first - developers.google.com/android/reference/com/google/android/gms/… Make sure you're …

  5. java.lang.SecurityException: Unknown calling package name, …

    Jan 17, 2017 · Faced the same problem when added Firebase dependencies to my project. java.lang.SecurityException: Unknown calling package name 'com.google.android.gms' Solve …

  6. kotlin - Unable to get provider com.google.android.gms.ads ...

    Oct 13, 2018 · I update my Android Studio (3.2.1) and its sdk to the latest version. After that it required a manual update for Manifest by adding these tags: <application …

  7. Android: Duplicate class found in modules jetified-play-services ...

    Jun 2, 2022 · So obviously the problem is laid within these two direct dependencies of my project com.google.android.gms:play-services-ads:21.2.0 and com.google.firebase:firebase …

  8. The import com.google.android.gms cannot be resolved

    Apr 13, 2013 · I am new to Android development. By following this tutorial I got errors The import com.google.android.gms cannot be resolved when I wrote the code into the MainActivity.java: …

  9. Local module descriptor class for com.google.android.gms ...

    Sep 12, 2022 · Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found. Flutter Firebase Asked 3 years, …

  10. Your manifest file doesn't include the com.google.android.gms ...

    Oct 19, 2022 · For apps uploaded which targets android 13 you have to: (Skip to 2 if you don't use advertising) Add the permission <uses-permission …