Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps Android v1 API deprecated - Obtaining API Key for development

I have several published Android apps with MapView. I have just tried to set up another computer for development, and I am finding out that Version 1 of the Google Maps Android API has been officially deprecated as of December 3rd, 2012, and from March 18th, 2013 API key cannot be requested for this version. Any suggestion how to continue developing my apps, without switching to Google Maps Android API v2 ? Thanks :-)

like image 547
MSquare Avatar asked Dec 06 '25 01:12

MSquare


1 Answers

As the API key is bound to APK signing key, the question boils down to signing keys.

For release APKs, you should in any case be using the same keystore for signing newer versions of old apps, so there's no problem there.

For development APKs, you can copy the debug keystore (~/.android/debug.keystore or %USERPROFILE%\.android\debug.keystore) from your old development computer to the new one. This gives you more time to migrate to the new API.

like image 123
laalto Avatar answered Dec 08 '25 15:12

laalto



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!