I've recently installed Visual Studio with Xamarin.
When I want to run even not modified app, I'm getting error
java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0
From android 7.0 (API 24) theres nothing installed.
When I remove this Android SDK Build tools 24.0.3 I get just "Deploy failed" without any error information.
Seems like Visual Studio is still trying to use the 24 API version. Should I switch to API version 23? If yes, how can I do it?