I am trying to Create new Signed APK it's giving me Exceptions like
keytool error: java.io.IOException: Incorrect AVA format
early i have created many Apps but yet i have not get any Error Like this.
Please help How can i resolve this Exception?
- 5 years ago
Check your fields Value what you have Entered maybe you have entered something illegal character so you need to avoid all spacial Character from the filled Details.
maybe You have entered something wrong in your City or Locality.
Like Comma, @ or any Spacial Character which is not Acceptable their
- 5 years ago
Check your fields Value what you have Entered maybe you have entered something illegal character so you need to avoid all spacial Character from the filled Details.
maybe You have entered something wrong in your City or Locality.
Like Comma, @ or any Spacial Character which is not Acceptable their
- 5 years ago
If you are not able to find your debug.keystore file it should auto-generate when you create build APK in Android Studio by the way you can create it manually by follow below command in your CMD or terminal
keytool -genkey -v -keystore C:\Users\YOUR_PC_USER_NAME\.android\debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"
Hot Questions