5

AAPT2 aapt2-7.2.2-7984345-osx Daemon #5: Idle daemon unexpectedly exit. This sho...

 1 year ago
source link: https://droidyue.com/blog/2022/11/14/aapt2-aapt2-7-dot-2-2-7984345-osx-daemon-number-5-idle-daemon-unexpectedly-exit-this-should-not-happen/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

AAPT2 aapt2-7.2.2-7984345-osx Daemon #5: Idle Daemon Unexpectedly Exit. This Should Not Happen 问题解决

Nov 14th, 2022

CI 构建机,一直有概率出现构建失败的情况,查看了日志,得到了这样的相关错误信息

AAPT2 aapt2-7.2.2-7984345-osx Daemon #7: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #8: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #0: shutdown
15:32:49 [  +98 ms] AAPT2 aapt2-7.2.2-7984345-osx Daemon #6: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #4: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #3: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #5: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [        ] AAPT2 aapt2-7.2.2-7984345-osx Daemon #1: Idle daemon unexpectedly exit. This should not happen.
15:32:49 [ +499 ms] The message received from the daemon indicates that the daemon has disappeared.
  • 看日志感觉是 Gradle 守护进程的问题
  • 想要既保持 Gralde 守护进程,又要解决这个问题,需要更多的时间
  • 比较简单的方式就是 禁用 Gradle 守护进程。

命令参数传递

  • 适用于能够直接使用gradlew
  • 也适用于不想全局应用配置的情况
./gradlew --no-daemon assembleXXX

gradle.properties

  • 适用于 无法直接配置 --no-daemon 的情况,比如 flutter 执行 Android 构建。
  • 适用于全局配置
## 修改这个文件 ~/.gradle/gradle.properties 如果没有,直接创建即可
org.gradle.daemon=false

注意: 这里配置完成,最好执行一下./gradlew --stop 确保不适用已有的守护进程。

droidyue_gzh_green_png.png

快来解锁最新版 Typora,新用户券后仅需 84 元!
如何便宜的购买 office 365 ?
新版赤友 NTFS 助手来袭,正版超低价

Posted by androidyue

Nov 14th, 2022

« git clone 使用代理,实现百倍加速 使用 FVM 解决 flutter 3 无法添加 uploader 问题 »


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK