In our Xamarin Android project we have defined one package per abi (3barmeabi-v7;x86).
During the release build of our product we execute msbuild with target SignAndroidPackage. This produces 3 signed apk’s.
This still works with VisualStudio version 15.5.6.
Since the upgrade to visual studio 15.6.0 (15.6.1) the 2 generated (platform specific)apk’s cannot be installed on a device.
"App not installed. The package appears to be corrupt"
It looks like something went wrong during signing.
Does anyone have any suggestions as to how we can get this to work again?
Thanks in advance.