Connection to the layout rendere failed. This may be caused by misconfiguration of Java
When i tried to run Xamarin and start developing app, opening layout files gives me the error:
Connection to the layout rendere failed. This may be caused by misconfiguration of Java
When i tried to run Xamarin and start developing app, opening layout files gives me the error:
uninstall xamarin, android sdk and all java JDK after reinstall xamarin installer will fix this headache
I just had this issue with a new Visual Studio 2017. VS was referencing the 64bit JDK instead of the 32bit one.
Just go to
and change to point to the x86 JDK which is in
rather than
Gone through a few articles and I found a solution as most users said that it worked for them.
Anyway, try this:
Check your Java installation to ensure that mets Xamarin's requirements. Following the information below to ensure that at least Java 1.7 is properly installed.
Note: If 1.7 is installed correctly and in the correct location and it is still not working, you can try upgrading to Java 1.8 as that appears to have solved this problem on others setups.
Installing the Java SDK (JDK)
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Upgrade Android SDK. You can do this by downloading the recent version. If you already have installed Android Studio, the Android SDK will be installed. So after Downloading copy the
tools
folder and paste it toSimply update your Xamarin Studio. I got mine fixed by doing this