Shantanu Singh
Shantanu Singh

Reputation: 355

android - Cannot find Google play services package name

While running my app I'm getting this error in my logcat -

Cannot find Google Play services package name.

I've tried deleting google play services package and re-installing it but its still the same.

Is there any solution for this ? Please help

Upvotes: 1

Views: 8121

Answers (2)

Hoshouns
Hoshouns

Reputation: 2430

The fix is included in Google Play services 9.4.0. Make sure to recompile your app against v9.4 and let me know if the issue persists.

Upvotes: 1

Daniel S. Fowler
Daniel S. Fowler

Reputation: 2033

Check:

  • Have you added it to the build and does it match your installed version.
  • Does the physical device you are testing on have the Play Services APK installed.
  • Is the virtual device (AVD) a Google APIs system image (Android 4.4.2+).

Upvotes: 0

Related Questions