1

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.

2 Answers2

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 enter image description here

Adnan Bashir
  • 645
  • 4
  • 8
0

Issue could be due to improper obfuscated package. Please refer below link for proper configuration for obfuscation

https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-config-obfuscation-scripts-0000001050176973

KirubaPradeep
  • 287
  • 1
  • 7