Android Question Invalid apk

collbarr

Member
Licensed User
Longtime User
Using the Amazon apk testing service I get:
Invalid APK. The APK appears to be corrupted. Please check the APK and test again.
The apk works fine on my phone and tablet.
 

collbarr

Member
Licensed User
Longtime User
Thank you for the prompt reply
No, I haven't tried Google play - I will do so
I am using Chrome - I will try Firefox and IE
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Hi,

I have found this:

https://forums.developer.amazon.com/forums/message.jspa?messageID=7365

It looks like your binary contains an invalid version name string within the manifest. The version string should only contain numbers and decimal points. No symbols should be used. Here are examples of accepted and non-accepted version strings:

- Accepted: "1.22", "1.2.2", "2.334", "1.2.4.3"
- Not accepted: "1a", "1.2beta", "1.2 New Update includes Chinese characters", "1.23 (great updates)"

Please review the version name in your binary, make any changes required and upload it again via the Amazon Mobile App Distribution Portal.
 
Upvote 0

collbarr

Member
Licensed User
Longtime User
You are correct - for Amazon the version name must nit be empty and must follow the rules shown in your example.
Thank you.
 
Upvote 0
Top