android - Error with updating new APK on the developer's console -


i've been trying update app new version , run problem on developers console enter image description here

i checked version of previous version see if doing wrong, same.

enter image description here

here updated xml file

<application         android:allowbackup="true"         android:id="@+id/title"         android:icon="@mipmap/iron"         android:label="@string/app_name"         android:theme="@style/apptheme"         android:versioncode="100"         android:versionname="2.0"         > 

looks have version 1. in play store. able update it, need change version number in build.gradle file in android project.

sync project, generate new apk.

i doubt if updating manifest work.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -