While uploading apk to app gallery account I'm facing this error "The version number or version code parsed from the APK is incorrect. Please modify the APK and upload it again." Please guide me how to fix this.
Asked
Active
Viewed 72 times
2 Answers
2
the version code is must b one number for example 1,2,3,4,10,100 etc
and version name must contain two dotes , for example 1.0.0 , 1.0.10 , 1.1.25 ,3.3.50 etc
check in your project build.Gradle file

Adnan Bashir
- 645
- 4
- 8
0
Issue could be due to improper obfuscated package. Please refer below link for proper configuration for obfuscation

KirubaPradeep
- 287
- 1
- 7