0

So I was just minding my own business exporting my Android application when an error showed up when I clicked finish on the destination and key/certificate checks. Here is what the error said:

keytool error:javalang. Exception: Key pair not generated, alias <(my alias was right here)> already exists  

Can somebody please help me?!

user3712838
  • 41
  • 1
  • 1
  • 3
  • possible duplicate of [Trying to refresh 'expired' keystore](http://stackoverflow.com/questions/4823302/trying-to-refresh-expired-keystore) – Amanda S Jun 05 '14 at 20:43

1 Answers1

0

It sounds like you have already created that alias in the keystore. When exporting try selecting use existing keystore.

EDIT: You may be able to resolve the Davlik Error by referencing these two questions

Conversion to Dalvik format failed with error 1 - Exporting APK

"Conversion to Dalvik format failed with error 1" on external JAR

Community
  • 1
  • 1
Dave S
  • 3,378
  • 1
  • 20
  • 34