This is a migrated thread and some comments may be shown as answers.

Updating problem - version

2 Answers 44 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raphaël MANSUY
Top achievements
Rank 1
Raphaël MANSUY asked on 20 Jun 2014, 08:02 AM
Hi,

When I upload a new version of my package, I get the following error:

"App package is invalid. Updated app package must have a different version from the original one."

but I have changed the version in the AndroidManifest.xml file (I'm using Android Studio):

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.xxxx"
    android:versionCode="3"
    android:versionName="1.3" >

2 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 20 Jun 2014, 08:26 AM
Hi Raphaƫl,

I just tested the update functionality in AppManager and it works fine on my side. Can you send us the .apk files of the two app versions, so we can test them locally?

Regards,
Tsvetina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Raphaël MANSUY
Top achievements
Rank 1
answered on 20 Jun 2014, 08:36 AM
I found the problem, I had a version number specified in the build.gradle file...
my mistake ;)
Tags
General Discussion
Asked by
Raphaël MANSUY
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Raphaël MANSUY
Top achievements
Rank 1
Share this question
or