On Fri, Aug 17, 2012 at 4:14 PM, lselwd <[email protected]> wrote: > At: > https://developers.google.com/maps/documentation/android/mapkey > > I read the below...well what is Keytool?
keytool is a program that ships with your Java SDK. > what do, how run on win7 ? You should find keytool.exe in whatever directory holds your Java SDK binaries. > $ keytool -list -alias androiddebugkey \ > -keystore <path_to_debug_keystore>.keystore \ > -storepass android -keypass android Note that the backslashes are a Linux/OS X concept -- in Windows, that all needs to be entered on one line (not three), skipping the backslashes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

