Connexion utilisateur

valid version name

I get the following error message and I wonder what it is all about:

Your application must have a valid version name. You need to edit you AndroidManifest.xml file to correct this.

Let me point out that the application is published on AndoidMarked so the version name is valid enough.

Martin

Valid Version Name

Hello,

May we ask if you have compiled the APK with 2.2?
Does the same error appear if you compile your .apk with 2.1 or less?

Thanks.

SDK 8

Hello,

Yes I compiled with SDK 8 and No I can't re-compile for SDK 7 because I just added “Backup/Restore” and ”Install on SD-Card”. What I can do is try to add the previous version and see what happens.

I'll be back.

Martin

The old version won't work as well.

Hello,

no the old version won't work as well. Besides the error message say version name. Would that not be the:

android:versionName="@string/Version_Name"

I asked because this is an optional free form display string. It might not exist, could be localized and you should not try to parse it. You should use the version code instead.

android:versionCode="20300"

Martin

Save as Draft (2nd)

Hello,

I tried again with:

2.3.1

Now a version id does not get more bog standard then this.

If you had a "save as draft" as I suggested in the developer discussion «https://slideme.org/forum/developer-discussion/application-upload-form-usability-issues-and-other-annoyances» you could just have a look at my .apk file to see for yourself what is wrong.

Martin

Upload

You can try to upload again. Should be ok now.