Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to sign a private key before releasing the application.. I thought to do it with sdk tool. I enter this command

    $ keytool -genkey -v -keystore my-release-key.keystore
-alias alias_name -keyalg RSA -keysize 2048 -validity 10000

In cmd , I am at that path.

C:\Users\dmitrym\android-sdks\tools

But when I run that command I get from the command line,,that the $ keytool..isnt a command..

How do I run that command so that it works? and in which folder will the file be output?

share|improve this question
1  
Don't enter the dollar sign – NickT Apr 19 '12 at 14:07
where did it store the key?!?! – Dmitry Makovetskiyd Apr 19 '12 at 14:10
Alright..found it ..it has worked – Dmitry Makovetskiyd Apr 19 '12 at 14:13

1 Answer

up vote 0 down vote accepted

The keytool can be found in your Java/bin directory ("c:\Program Files (x86)\Java\jdk1.6.0_26\bin\keytool.exe" in my case) The output should be in the folder you are running from

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.