How to create release key for android v2 maps -


i tried below code debug key , working fine. when make apk map crashing. after searching in google found debug key work in release mode.

keytool -list -v -keystore "c:\users\your_user_name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android 

so,how can create release key v2 maps. please me.

i didn't had chance of doing that, understanding should done is:

1. first of need export project signed application:

enter image description here

right click project -> android tools -> export signed application package...

this take through wizard have create new release.keystore password or use existing 1 created before.

2. point on process should identical 1 use debug.keystore.

3. steps of creating debug api key , registering in google api console described @ blog post wrote:

google maps api v2 key

4. remember using debug.keystore not give desired result.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -