Android: where to run keytool command in android

Keytool command can be run at your dos command prompt, if JRE has been set in your  classpath variable.

For example, if you want to get the MD5 Fingerprint of the SDK Debug Certificate for android,

just run the following command...


C:\Documents and Settings\user\.android>  keytool -list -alias androiddebugkey  
                                                                -keystore debug.keystore -storepass android -keypass android


where C:\Documents and Settings\user\.android> is the path which consist the debug.keystore that has to be certified.





Comments

Popular posts from this blog

Read Images from a xlsx file using Apache POI

Read Excel using Apache POI - Exception in thread "main" org.apache.poi.poifs.filesystem.OfficeXmlFileException:

Struts 2 : Warning :No configuration found for the specified action: 'Login.action' in namespace: '/'