java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 xamarin java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0
xama
C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(3,3): Error: java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0 (FGH)
SDK Build Tools Version: 24 rc2
The "Build Tools Version" looks like it might be the problem. Xamarin.Android is not yet compatible with the "24 rc2" Build-tools version from the "Preview Channel" in the Android SDK Manager. You can uninstall that preview version and install one of the non-preview versions of the Build-tools (such as 23.0.3) using the Android SDK Manager.
Update June 16, 2016:
The non-preview version of Android SDK Build-tools version 24 is now available in the Android SDK Manager. Xamarin.Android is not yet compatible with that version either.
Update July 14, 2016:
Unsupported major.minor version 52.0
It turns out this error message is caused by an incompatibility with the Java JDK rather than with Xamarin.Android: Android SDK Build-tools version 24 requires Java JDK 1.8, whereas earlier versions were still compatible with Java JDK 1.7. (This resembles older answers about the same error.)
Update July 25, 2016:
Google has now released Android SDK Build-tools 24.0.1. That version fixes a bug in aapt
that was present in version 24. So you can now update to Build-tools 24.0.1 if desired, but you must also update to Java JDK 8.
Steps to update:
-
Update to Java JDK 8.
-
Install Android SDK Build-tools 24.0.1.
-
(Optional) Uninstall the older Android SDK Build-tools 24 that contains the
aapt
bug:
Alternatives:
If you would rather not update to Java JDK 8 yet, you can instead do one of the following.
-
Uninstall all Android SDK Build-tools versions 24 and higher via the Android SDK manager.
-
Or set the
AndroidSdkBuildToolsVersion
MSBuild property to an earlier version. For example, if you also have version 23.0.3 installed, you could add the following line within the top<PropertyGroup>
element in the Android project.csproj
file:<AndroidSdkBuildToolsVersion>23.0.3</AndroidSdkBuildToolsVersion>
(See also https://releases.xamarin.com/technical-bulletin-android-sdk-build-tools-24/.)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列:基于图像分类模型对图像进行分类
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· 25岁的心里话
· ollama系列01:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现