Thursday, October 20, 2016

[Android][Resolved] Where is Android keytool in windows platform?

Since keytool is an application provided with standard Java Development Kit (JDK), you should look for it at your Java Home where installed your JDK, for my case, my keytool is installed here:
C:\Program Files\Java\jdk1.8.0_65\bin


You can use that application in command prompt in to generate Certificate fingerprints for development.

If you want know more about Keytool, you can visit this guide:

https://www.digitalocean.com/community/tutorials/java-keytool-essentials-working-with-java-keystores

Reference

http://stackoverflow.com/questions/4830253/where-is-the-keytool-application

No comments :

Post a Comment