android - Error with updating new APK on the developer's console -
i've been trying update app new version , run problem on developers console 
i checked version of previous version see if doing wrong, same.

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
Post a Comment