1

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

Shantanu Singh
  • 345
  • 1
  • 5
  • 22
  • Possible duplicate of [How to check Google Play services version?](http://stackoverflow.com/questions/18737632/how-to-check-google-play-services-version) – Maveňツ Dec 15 '16 at 10:31

2 Answers2

1

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.

Hoshouns
  • 2,420
  • 23
  • 24
0

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+).
Daniel S. Fowler
  • 1,982
  • 15
  • 12