Unsupported major.minor version 52.0 in my app

后端 未结 28 2586
心在旅途
心在旅途 2020-11-28 03:43

I\'m trying to compile my Android project and I\'m getting this error

[INFO] Exception in thread \"main\" java.lang.UnsupportedClassVersionError: com/android         


        
28条回答
  •  情深已故
    2020-11-28 04:06

    Check that you have the latest version of the SDK installed in either C:\Program Files\Java or C:\Program Files (x86)\Java

    Then go to VS2015 and follow the path tools - options - Xamarin - Android settings and in the section JDK location select change and go to look for the version you have either x64 or x32.

提交回复
热议问题