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 below
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
- In Eclipse, how to edit commit message of local commit with EGit
- Logcat Clearing too Fast- Eclipse
- For using Korean or Special characters in eclipse editor
- Graphical Layout is blank and Eclipse reports rendering library more recent than your version of ADT plug-in
- In Eclipse, Egit Team context menu has only two options: Apply patch, Share Project
- Issues with Android SDK tools rev.23 installed from SDK manager
- Unable to resolve superclass of Activity
- Generate signed APK file with Specific name Android Studio
2 thoughts on “Keytool error :java.io.IoException:Incorrect AVA format”
It really helped me, thank you for the post.
It’s Worked. Thanks