Can you post the compilation window text (all of it)?
Here's the compile window text.
Parsing code. 0.86
Compiling code. 0.51
Using existing AndroidManifest.xml.
(Project - Do Not Overwrite Manifest option is checked)
AndroidManifest-Example.xml file will be created instead.
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. 0.08
Generating R file. 0.84
Compiling generated Java code. 1.70
Convert byte code - optimized dex. 1.73
Packaging files. 0.76
Copying libraries resources 0.36
Signing package file (private key) 0.44
ZipAlign file. 0.11
Installing file to device. 9.73
Device serial: emulator-5554
Completed successfully.
Also, installing 2.71 did not change anything. The app stays at version 1.42 version code 24. When I run the app on a device it shows the correct version in the title bar (it does this in the code), but in the application manager it is showing the app as version 1.42 instead of 1.43.
Thanks,
---Jem