Hey folks! I'm creating an Android app using Monaca (Monaca is just an online service where you can build the app instead of using my computer).
It's always worked fine. I'm onto my 10th version of this app, and I've done the same I always do, increase the versioncode number as I know it will only work if the number is greater.
But when downloading & installing this app over the existing app (which always works), I get the vague message "app not installed".
Any idea why I'm having this error message & not being able to install?
Here's some detail from the AndroidManifest.xml file in each apk file
The versionName of the last 3 are:
8) 1.8.0
9) 1.9.2
10) 1.10.0
The versionCode from the last 3 are:
8) 10013
9) 10902
10) 11001
If I uninstall the app, I'm able to install v10 fine. But I'm not able to install it if v8 or v9 are installed. Normally if I have this problem it's because the versionCode is lower, & if I increment it, it works ok.
I'm signing the app with the same key.