android - Googlemaps API: problems getting my key -
i doing debug key , can't. im stuck here:
"once have located keystore, use keytool command md5 fingerprint of debug certificate:
$ keytool -list -alias androiddebugkey \ -keystore .keystore \ -storepass android -keypass android"
i located keystore, dont know how put order.... think order linux, , using windows xp professional
can me plz?
get rid of backslashes. those, in linux , os x, denote line continuations.
so, in windows, if in directory containing debug keystore, should able run:
keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android
Comments
Post a Comment