I have downloaded API 24 (Android 7.0) and changed my projects to target that version however when I build the projects I get an error :-
cannot access java.lang.Object
After some searching I found a suggestion regarding the JDK version. I am currently using JDK 1.6.0.39.
I have just changed over to use JDK version 1.7.0.71 and the projects have built successfully.
My question is, is there a link between the API Level and JDK version?
(I am behind in Xamarin upgrades so I am wondering if this would of got sorted out after updating)