Search code examples
androideclipseexportkeystore

Android export : how to create .keystore file?


I'm trying to export my Android application from Eclipse, and so I'm stuck at the 2nd step where I need to create a new keystore. What should I put in the location field ?

Thanks for your advices.


Solution

  • I'm stuck at the 2nd step where I need to create a new keystore. What should I put in the location field ?

    That location field is the location where you want to keep new keystore file and give name to keystore file.

    enter image description here