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

前端 未结 9 1580
南笙
南笙 2021-01-30 08:06

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          


        
9条回答
  •  Happy的楠姐
    2021-01-30 08:28

    You tried to use special characters while exporting apk.You can't use these special characters in any field shown while creating the apk. The special character set includes:

    • Commas (,)
    • Addition symbol (+)
    • Quotation mark (")
    • Back-slash ("\")
    • Angled brackets(< and >)
    • Semi-colon (;)

提交回复
热议问题