Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

version code revert back when I export android application [closed]

I failed to update my app in Google Play as it says I should update the version of my app. I did but I found the version in the manifest xml revert to 1 no matter to what integer I changed to.

What I think is the main cause is that what I did is I copy the entire folder of project and duplicate in eclipse to continue my newer version of app..

like image 673
cgpa2.17 Avatar asked Dec 09 '25 23:12

cgpa2.17


1 Answers

I experienced the same problem. I found out that I was editing the wrong manifest.xml. You need to edit the manifest.xml which is located in the root directory of your project not the one located in the /bin folder. Also remember to save the file before exporting your application to apk

like image 168
hazyapps Avatar answered Dec 11 '25 13:12

hazyapps