Strange issue! My Visual Studio Comunity 2015 Update 2 no longer builds installable apk's.
When I try to install the apk (for testing purposes) on my Android device (and I've tested on 3 different phones) I get an error:
There was an error parsing the package.
When building the project everything is ok, an apk file apears in the Release folder. The name of the file is always android-release-unsigned.apk
I think it's a setting in the Environment wich prevents the apk's to be installed on the device.
I tried with new, empty Cordova Project and I have the same issue. However in the Emulators the apps are running very well.
Any ideas?