无法在android gradle中同步chaquopy版本

问题描述 投票:0回答:1

我正在尝试在 android 中使用 chaquopy 运行 python,我想使用 最新版本,但 gradle 未成功同步。我在该项目中使用

gradle 8.0

注意:

Chaquopy 14.0
也未同步,但
chaquopy 13.0
正在同步:/

我收到以下错误:

Build file 'D:\RunPython\build.gradle' line: 5

Plugin [id: 'com.chaquo.python', version: '15.0.0', apply: false] was not found in any of the following sources:

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.chaquo.python', version: '15.0.0', apply: false] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.chaquo.python:com.chaquo.python.gradle.plugin:15.0.0')
  Searched in the following repositories:
    Google
    MavenRepo
    Gradle Central Plugin Repository
    maven(https://chaquo.com/maven)
android gradle android-gradle-plugin gradle-plugin chaquopy
1个回答
0
投票

当前版本是15.0.1。 15.0.0 从未在 Maven Central 上发布。

© www.soinside.com 2019 - 2024. All rights reserved.