Android Studio 4.1.1 Where i get detal about error? A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade

别说谁变了你拦得住时间么 提交于 2020-12-10 13:23:36

问题


Hi,

after upgrading to Android Studio 4.1.1

and classpath 'com.android.tools.build:gradle:4.1.1'

I get an error for Rebuild Project, Debug and Run

Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > AAPT2 aapt2-4.1.1-6503028-windows Daemon #0: Unexpected error during link, attempting to stop daemon.
     This should not happen under normal circumstances, please file an issue if it does.

i try

  • org.gradle.jvmargs = -Xmx4608m
  • Invalidate and restart
  • Make Project(without error)
  • Clean Project

i use

Windows10

distributionUrl=https://services.gradle.org/distributions/gradle-6.5-all.zip

Where i get detal about error?

How fix this?

error

来源:https://stackoverflow.com/questions/64890769/android-studio-4-1-1-where-i-get-detal-about-error-a-failure-occurred-while-exe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!