
When building a Xamarin Android app and using the option to
Enable ProGuard, we may get the following error:
error MSB6006: "java.exe" exited with code 1
Note: Proguard
is a file shrinker/optimizer which is often used on a release version. This can
be found on the Android Options...