I can\'t run my app on AVD. I get this error.
A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionF
Finally I fixed it.
Change org.gradle.jvmargs=-Xmx1536m
to org.gradle.jvmargs=-Xmx1536m -Duser.country=US -Duser.language=en
Change classpath 'com.android.tools.build:gradle:3.5.0'
to classpath 'com.android.tools.build:gradle:3.4.2'
Android Studio - How to fix Internal error when trying to read zip file