Hi guys
I have been following through the getting started tutorial which is going well but I am having an issue when trying to build and install a modified version of the same program. The first time I built and installed ‘Star Explorer’ on my device it worked fine. I then modifed the code to implement the high score and attempted the build again this time updating the version and version name in the build process. When I installed the new apk however it did not run my updated version instead running the same version that was installed the first time.
I tried uninstalling and building again which didn’t work. The only way I could get it to run the new version was to change the application name to ‘Star Explorer 2’. I am not sure why it doesn’t update properly. Does anyone know how I can get it to update without having to change the name each time I want to build a modified version of the same code.
Kind Regards