Page 3 of 4

Android version number change will not save.

Posted: Wed Feb 12, 2014 7:56 am
by ang .

thx :)


Android version number change will not save.

Posted: Sun May 11, 2014 4:39 am
by adam griffin

I am having the same problem. Can you change my version code from 9 to 10 and version name from 2.5 to 2.6? I have shared my app with the appery support its name is HouseParty


Android version number change will not save.

Posted: Sun May 11, 2014 11:26 am
by Maryna Brodina

Hello Adam!

Here is current settings
Image Do you still want us to change anything?


Android version number change will not save.

Posted: Thu Jul 03, 2014 7:14 am
by Alex GG

Hi,
Can anyone explain me this?
My fist release for apk was:

Version code 1
version name 1.1

Then I made some changes to my app and fix some issues, and according to : http://developer.android.com/tools/pu..., I changed to this:

version code 2
version name 1.2

But when uploading I got this error:

"Error in loading

You have to use a code for a different version of APK because you already have a file with the code version 1."

So, what should I do to upload my new version 1.2? I dont want to upload 2.1 version. I need to know how to upload 1,2

Regards


Android version number change will not save.

Posted: Thu Jul 03, 2014 9:14 am
by Maryna Brodina

Hello!

Most likely it is not applied via visual editor because you edited AndroidManifest file. If so, you should change version manually in AndroidManifest file.


Android version number change will not save.

Posted: Fri Jun 19, 2015 5:36 pm
by Ed Chmiel

Hi, same trouble for me. I made a change in the manifest file. I changes the Android settings tab to version code 4, version name 1.4. I also changed the manifest file to version 4, saved, and exported the apk. still play store complaining. any help appreciated.

suggestion: how about an interactive way to enter changes to manifest so we dont get stuck on this?

TIA


Android version number change will not save.

Posted: Fri Jun 19, 2015 9:58 pm
by Illya Stepanov

Hi Ed - Share your app with us and specify its name.


Android version number change will not save.

Posted: Fri Jun 19, 2015 11:28 pm
by Ed Chmiel

done. Kids Bux trying to make it version 4.


Android version number change will not save.

Posted: Wed Jul 08, 2015 11:06 am
by Alena Prykhodko

Hello Ed,

So far as manifest file was changed, changes will not apply when you edit this information in UI.
You need to change version to 4th manually.

precode<?xml version="1&#46;0" encoding="utf-8"?>
<manifest xmlns:android="http:&#47;&#47;schemas&#46;android&#46;com/apk/res/android"
android:versionCode="3"
android:versionName="1&#46;3" package="io&#46;appery&#46;project189621">
<!-- GCM requires Android SDK version 2&#46;2 (API level 8) or above&#46; -->
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>/code/pre

Please make changes here.


Android version number change will not save.

Posted: Thu Sep 17, 2015 9:09 pm
by Jack Bua

I am having the same issue, although I have done this 30 times before the exact same way, and even did it less than 2 hours ago.

Image

I cannot publish until I get this fixed.