Skip to content Skip to sidebar Skip to footer

The "adjustjavacversionarguments" Task Failed Unexpectedly

I have started developing Xamarin.Forms applications in Visual Studio Enterprise 2015 as a beginner. When I build my solution I am getting an error like this: The 'AdjustJavacVers

Solution 1:

Problem was solved. I uninstalled JDK v9 and instead installed JDK v8. Later on, in Visual Studio I selected "Tools" -> "Options" and just scrolled down a little and found "Xamarin" -> "Android Settings" and changed the Java Development Kit Location with the path where the JDK v8 is located. After building the solution, error has been gone.


Post a Comment for "The "adjustjavacversionarguments" Task Failed Unexpectedly"