visual studio - Warning major version 52 is newer than 51, the highest major version supported by this compiler -


basicly i'm super newbie , started internship in company. installed vs xamarin. problem i'm facing frustrating. when create empty project can't compile , error :

severity code description project file line suppression state warning major version 52 newer 51, highest major version supported compiler.

i searched on google , asked many people , still no fix of problem. if can me via skype or teamwiever appreciate much. skype: toniterdal , feel free add me.

i having same issue, , tearing hair out. had jdk version 8 installed, these warnings wouldn't go away, , generated build-breaking error.

when went tools -> options -> xamarin, , looked @ android settings, java development kit location pointing jdk.1.7.xxxx, in program files (x86).

i changed 1.8.0_101, in program files. restarted visual studio, , same error happened again. somehow, visual studio detecting version 7 of jdk , pointing automatically.

so solution turned out simple. installing version 8 of jdk, uninstall version 7 of jdk. did that, xamarin turned out better behaved. step solved whole bunch of seemingly unrelated problems.

enter image description here


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -