P Paul Boyle Member Licensed User Longtime User Apr 1, 2015 #1 Hi I have increased the version number of my app under Project Attributes, and in the Manifest file. Yet, when I try to load it to Google Play Console it fails with the message. "You need to use a different version code for your APK because you already have one with version code 1." Is there somewhere else I need to update the version number? Do I need to rename the package? Many Thanks P.
Hi I have increased the version number of my app under Project Attributes, and in the Manifest file. Yet, when I try to load it to Google Play Console it fails with the message. "You need to use a different version code for your APK because you already have one with version code 1." Is there somewhere else I need to update the version number? Do I need to rename the package? Many Thanks P.
NJDude Expert Licensed User Longtime User Apr 1, 2015 #2 Have you changed the VERSION CODE? maybe you've changed the version name. Upvote 0
P Paul Boyle Member Licensed User Longtime User Apr 1, 2015 #3 NJDude said: Have you changed the VERSION CODE? maybe you've changed the version name. Click to expand... #VersionCode: 2 #VersionName: 2.1 Upvote 0
NJDude said: Have you changed the VERSION CODE? maybe you've changed the version name. Click to expand... #VersionCode: 2 #VersionName: 2.1
NJDude Expert Licensed User Longtime User Apr 1, 2015 #4 Ok, then recompile and make sure you are uploading the correct APK. Upvote 0
P Paul Boyle Member Licensed User Longtime User Apr 1, 2015 #5 NJDude said: Ok, then recompile and make sure you are uploading the correct APK. Click to expand... I didnt recompile, thats probably it. Upvote 0
NJDude said: Ok, then recompile and make sure you are uploading the correct APK. Click to expand... I didnt recompile, thats probably it.
P Paul Boyle Member Licensed User Longtime User Apr 1, 2015 #6 Paul Boyle said: I didnt recompile, thats probably it. Click to expand... That worked, cheers. Upvote 0