cancel
Showing results for 
Search instead for 
Did you mean: 

APK has no versionName defined in manifest. This field is required.

jkspin
Honored Guest
I have just tried uploading a new version to my alpha channel and I am receiving this error I have not seen before or could find any information in the forum about:

APK has no versionName defined in manifest. This field is required.

Help would be very appreciated. 
3 REPLIES 3

jkspin
Honored Guest
For a temp fix, I had to manually add this to my manifest file:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="4"
android:versionName="1.7">



Anonymous
Not applicable
Are you using Unity? I was able to find a handy plugin for the manifests that lets you select "create store compatible android manifest" - Just look through the tools/addons in android SDK for the one related to manifest.

jkspin
Honored Guest


Are you using Unity? I was able to find a handy plugin for the manifests that lets you select "create store compatible android manifest" - Just look through the tools/addons in android SDK for the one related to manifest.


Yes, I forgot to mention I was using Unity. I have in the past used the built-in manifest builder, but this time it did not work.