I'm creating an Android app in Visual Studio. When I create the aligned APK to side load on my device (from the Tools -> Android -> Publish Android App), it installs and runs, but doesn't seem to have the very latest changes. The series of events I've experienced is as follows:
- Installed a version of the app on my device
- Updated a color on the login page and set the application theme (among other things)
- Re-installed the app
- Saw the new theme but not the new color on the login page
- Made a random text change on the login page as a test
- Re-installed the app
- Saw the color change but not the random text change?!
Any suggestions on what I might be doing wrong?