How to get user's google api version on android? -


i'm facing rare problem. have device running on android api 14. anytime try use mapactivity same error - java.lang.noclassdeffounderror: android.security.messagedigest. on other 99% devices works perfect.

after digging, i've found root of problem.

the error result of device manufacturer or rom creator using older maps library new version of android. (more @ what 'android.security.messagedigest''?)

the functionality of mapactivity isn't required application, want check if user has such device.

how can user's google api version on android?

use google map v2.
you want use google map console register sha-1 signing key in google api console.
the complete tutorial can found here.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -