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

pallavi picture pallavi · Aug 4, 2012 · Viewed 85.7k times · Source

I am new to Android development; when I have been trying to sign the application I have got the following error. Can anyone help me on this issue?

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

I have found some solution on the forums, for instance I need to run the debug.keystore but I was not successful.

Answer

rule picture rule · Aug 4, 2012

Probably you entered illegal character(something like ,(comma)) in a field for Name, Organization or somewhere else.

Of course if you really want some charachter can be escaped with \ sign