Android Question manifest is missing named version - Diawi error

aminoacid

Active Member
Licensed User
Longtime User
Just posting a tip here.....

If you are distributing your APK using Diawi and you get the following error message while uploading your file:

An error occurred: 4001604: Invalid .apk file: manifest is missing named version

Make sure that the "VersionName" in the Project Attributes header of your program is not blank - this is the default.

Give it a name like:

#VersionName: 1.0
 
Top