uni-app安卓云打包不了

uni-app安卓云打包不了

开发环境 版本号 项目创建方式
Windows win10 HBuilderX
产品分类:uniapp/App
PC开发环境操作系统:Windows
PC开发环境操作系统版本号:win10
HBuilderX类型:正式
HBuilderX版本号:4.66
手机系统:Android
手机系统版本号:Android 12
手机厂商:华为
手机机型:Mate 40
页面类型:vue
vue版本:vue2
打包方式:云端
项目创建方式:HBuilderX

### 示例代码:

```plaintext
Appid: UNI60DF8F1
HBuilderX版本号:4.66
uniapp 编译器版本: 4.66
云打包服务器SDK版本: 4.66
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 ffmpeg-kit-full-gpl-4.5.1-1.jar (com.arthenica:ffmpeg-kit-full-gpl:4.5.1-1).
    Searched in the following locations:
      https://repo.maven.apache.org/maven2/com/arthenica/ffmpeg-kit-full-gpl/4.5.1-1/ffmpeg-kit-full-gpl-4.5.1-1.aar
      https://repo.maven.apache.org/maven2/com/arthenica/ffmpeg-kit-full-gpl/4.5.1-1/ffmpeg-kit-full-gpl-4.5.1-1.jar

* Try:
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeReleaseNativeLibs'.
...

操作步骤:

  • 安卓云打包

预期结果:

  • 正常打包

实际结果:

  • 打包不了

bug描述:

  • ios正常打包,安卓打包不了

更多关于uni-app安卓云打包不了的实战教程也可以访问 https://www.itying.com/category-93-b0.html

7 回复

附件错误日志

更多关于uni-app安卓云打包不了的实战教程也可以访问 https://www.itying.com/category-93-b0.html


你是引用了什么原生插件吗?如果引用了原生插件是自己开发的还是使用的其他插件作者的?

https://ext.dcloud.net.cn/plugin?name=KJ-FFmpeg 其他作者开发的,这是作者的回复:可以这么跟 官方反馈:andorid打包,库下载不了,“dependencies”: [“com.arthenica:ffmpeg-kit-full-gpl:4.5.1-1”], HBuilder-Alpha可以打包,HBuilder不可以打包

Alpha 确实可以打包

ffmpeg-kit-full-gpl库在mavenCentral()已经下架了,云端打包机有gradle缓存信息导致还是从mavenCentral下载从而引发错误。 暂时建议先使用alpha版,等我们更新正式版打包机的缓存。

回复 1***@qq.com: 目前已更新大部分正式版打包机的 gradle缓存,可以尝试使用正式版提交云端打包。

回到顶部