android - Google Play services - version issue -
i targeting android > 19. latest google play services version 5.2.08, on device latest can install 4.4.52.
now, when check googleplayservicesutil.isgoogleplayservicesavailable()
version needs updated , redirected store. cannot update strore, because latest version not supported on device (i see open , uninstall buttons).
what solution this? need notifications feature, nothing more. should use older version of play services? how can know version choose? official older version?
thanks
if use android studio, replace in build.gradle :
compile 'com.google.android.gms:play-services:+'
by
compile 'com.google.android.gms:play-services:5.0.89+'
or lower
Comments
Post a Comment