gpt4 book ai didi

android - 进程 'command ' node'' 以非零退出值 1 linux 完成,同时生成签名的 apk

转载 作者:行者123 更新时间:2023-12-04 18:50:36 25 4
gpt4 key购买 nike

Process 'command 'node'' finished with non-zero exit value 1

在使用 Ubuntu 16.04 的 Android Studio 3.4 中,当我生成签名 APK 时,此错误即将到来。
但是当我生成调试 apk 时就可以了。
我已经尝试了 SO 本身的许多解决方案,但我还没有找到任何解决方案。
请问有人知道吗?
提前致谢

最佳答案

只需将这些行添加到项目 build.gradle 文件中,我就可以生成生成的签名 apk 。

allprojects {
configurations.matching { it.name == '_internal_aapt2_binary' }.all { config ->
config.resolutionStrategy.eachDependency { details ->
details.useVersion("3.3.2-5309881")
}
}
}

关于android - 进程 'command ' node'' 以非零退出值 1 linux 完成,同时生成签名的 apk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56662479/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com