Android version number change will not save.
thx
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
thx
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
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
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.
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
Hi Ed - Share your app with us and specify its name.
done. Kids Bux trying to make it version 4.
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.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="3"
android:versionName="1.3" package="io.appery.project189621">
<!-- GCM requires Android SDK version 2.2 (API level 8) or above. -->
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="16"/>/code/pre
Please make changes here.