示例消息
error XA4236: Cannot download Maven artifact 'com.example:mylib'.
error XA4236: - mylib-1.0.0.jar: Response status code does not indicate success: 404 (Not Found).
error XA4236: - mylib-1.0.0.aar: Response status code does not indicate success: 404 (Not Found).
问题
尝试从 Maven 下载请求的 Java 库时遇到错误。
例如,Maven Central 上实际上不存在以下项,导致“找不到”:
<ItemGroup>
<AndroidMavenLibrary Include="com.example:mylib" Version="1.0.0" />
</ItemGroup>
解决方案
解决此错误取决于指定的错误消息。
这可能是以下情况:
- 检查 Internet 连接。
- 确保指定了正确的组 ID 和项目 ID。
- 确保已指定正确的 Maven 存储库。