Xamarin Java.exe exited with code 1 (Proguard Issue)
Another day with Xamarin! Can't even build my first Hello World project! Not surprising, huh? So, fresh new Xamarin.Android blank project. Enabled ProGuard , link to SDK Assemblies Only and went on building the project. And wallah!! There's an error!(Wait, i shouldn't be surprised, right? After all, it's Xamarin). Here's the error : "java.exe" exited with code 1 Double-clicking the exception opens up Xamarin.Android.Common.Targets file and points to the ProGuard tag which is as follows : <Proguard Condition="'$(AndroidEnableProguard)' == 'True' and '$(_ProguardProjectConfiguration)' != ''"