Android

Keytool error :java.io.IoException:Incorrect AVA format

When trying to generate new APK file in ADT Eclipse editor, using Android Tools-> Export Signed Application package. I see this following Keytool error as belowkeytool error

Solution for Keytool error

After searching for a while, I found the issue is due to entering invalid characters like comma(,), Plus (+) etc signs in Key creation dialog. So after removing it, Im able to generate APK file successfully.
Hope it helps somebody.

Cheers 🙂

You may be also interested in

2 thoughts on “Keytool error :java.io.IoException:Incorrect AVA format

Leave a Reply

Your email address will not be published.