I use googlemap v2 in my app
on most device,googlemap show well
but in some device, show update button(for googleplayservice) in mapview
while in same device,other app that use googlemap have no problem(error update)
how solve it?
I use googlemap v2 in my app
on most device,googlemap show well
but in some device, show update button(for googleplayservice) in mapview
while in same device,other app that use googlemap have no problem(error update)
how solve it?
This is not an issue with your code. As the google map uses the play services of the device, so the app user's device must have play service version equal or higher than the one mentioned in your app.gradle dependencies. In the devices where the play service version is lower than the one specified in dependency, it gives an option to update play services first.
I think need to use update googleplayservice.jar in my project but it is not solving