missfei
missfei
  • 发布:2025-02-09 20:20
  • 更新:2025-02-10 13:47
  • 阅读:22

安卓原生插件打包提示不存在第三方文件

分类:uni-app

安卓原生插件打包提示不存在第三方文件,这是我的配置,打包的时候提示
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeReleaseNativeLibs'.

    Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
    Could not find com.sumup:merchant-sdk:5.0.3.
    Searched in the following locations:

  • file:[TemplatePath]plugins/merchant-sdk-5.0.3.jar
  • file:[TemplatePath]plugins/merchant-sdk.jar
  • https://repo.maven.apache.org/maven2/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://dl.google.com/dl/android/maven2/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://mvn.getui.com/nexus/content/repositories/releases/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://developer.huawei.com/repo/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://developer.hihonor.com/repo/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://jitpack.io/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://maven.aliyun.com/repository/google/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://maven.aliyun.com/repository/central/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://maven.aliyun.com/repository/apache-snapshots/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
  • https://maven.aliyun.com/repository/public/com/sumup/merchant-sdk/5.0.3/merchant-sdk-5.0.3.pom
    Required by:
    project :app
2025-02-09 20:20 负责人:无 分享
已邀请:
1***@163.com

1***@163.com

需要添加它的仓库地址吧

 maven { url 'https://maven.sumup.com/releases' }

要回复问题请先登录注册