I ve tried that i ve exported the keytool to the PATH variable and given the command
keytool -list -alias androiddebugkey -keystore C:\Documents and Settings\Praveen\.android\debug.keystore -storepass android -keypass android The debug.keystore is in C:\Documents and Settings\Praveen\.android\debug.keystore but i'm getting an error keytool error: java.lang.RuntimeException : usage error and is not a legal command On Thu, Dec 31, 2009 at 2:40 AM, Mark Murphy <[email protected]>wrote: > Praveen Varma wrote: > > but I'm getting an error > > 'keytool' is not recognized as an internal or external command,operable > > program or batch file .... > > keytool ships as part of the Java SDK. You must already have the Java > SDK installed, otherwise you could not create Android applications. So, > find where your Java SDK is installed, and either add its bin/ directory > to your PATH, or just run keytool out of the bin/ directory. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ > Version 1.3 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- 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

