android map v1 signing key -


i have built application 6 months ago uses google maps v1. want publish in google play store when working on did procedure required obtain key. far remember used cmd generate md5 pasted in site. have saved file result that

letersandnumbers  key apps signed certificate fingerprint is: hex:hex:hex:hex:hex:hex:hex:hex:hex:hex:hex:hex:hex  here example xml layout started on way mapping glory:                <com.google.android.maps.mapview                  android:layout_width="fill_parent"                  android:layout_height="fill_parent"                  android:apikey="letersandnumbers"                  /> 

when compile , run application on phone on debug mode, works. when try use letersandnumbers key sign application result different. application shows grid , not map. way sign application following:

1)file->export->android application

2) select project , use lettersandnumber key mentioned above.

3) put file on sd card of device , install it.

am doing wrong? please help! switching maps v2 not option

update:

i managed follow guide daniel writes in comment. when use new key in manifest , sign app new key not work... trying use maps version 1.

you not have success using maps api v1. deprecated since december , can't new keys since march. rework app use api v2.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -