Write/Problem&Solution
keytool Error: java.io.IOException: Incorrect AVA format
GNUNIX
2010. 7. 12. 08:30
ketstore 오류: java.io.IOException : Incorrect AVA format
이클립스에서 안드로이드 개발 후 배포를 위해 akg파일을 Signed Export하려고 할때 발생하는 오류이다.
결론은 한마디로....
'이전'으로 돌아가서 특수문자를 제거한다(ex : , )
go back and delete(remove) Special Character(ex : comma)
그리고 다시 하면 잘 된다.