Questions tagged [processexception]
6 questions
7
votes
5 answers
Getting 'app:transformClassesWithDexForDebug' error on compiling the project having useLibrary 'org.apache.http.legacy' in build.gradle
I'm developing an app in which I'm using this library.
On compiling the project, this error containing TransformException and RuntimeException is popping up:
Error:Execution failed for task ':app:transformClassesWithDexForDebug'.
>…

Hammad Nasir
- 2,889
- 7
- 52
- 133
3
votes
1 answer
Flutter : App Build Failed, ProcessException - gradlew.bat" exited abnormally:
I have upgraded flutter to Flutter version 1.2.1. After upgrading when I try to build my application, the following error occurs. Cannot find a solution to this yet. Awaiting ur help.
Finished with error: ProcessException: Process…

Febin K R
- 886
- 2
- 11
- 21
3
votes
0 answers
ProcessException Error while executing /build-tools/19.1.0/aapt.exe with arguments
I have tried look for this error, but unluckily, no solution yet.
So need to post here.
I also tried clean / build, but still getting same error
build.gradle
buildscript {
repositories {
maven { url 'https://maven.fabric.io/public' }
…

Narendra Singh
- 3,990
- 5
- 37
- 78
0
votes
1 answer
Error:Execution failed for task ':app:transformClassesWithDexForDebug, process exception return code 1
My project was running good on another PC. But unable to run here.
Firstly, play repository was not updated. After completing update, build was successful but can't run.
app level build.gradle-
project level build.gradle-
getting error-
How can I…

Exigente05
- 2,161
- 3
- 22
- 42
0
votes
2 answers
i get executionexception and large heap error
For faster builds, increase the maximum heap size for the Gradle daemon to more than 3072 MB.
To run dex in process, the Gradle daemon needs a larger heap.
To do this set org.gradle.jvmargs=-Xmx3072M in the project gradle.properties.
It currently…

Manish
- 29
- 9
0
votes
0 answers
Android studio Build error + Error:Execution failed for task ':app:mergeDebugResources
I'm getting this error continuously.
Error:Execution failed for task ':app:mergeDebugResources'.> Error:
java.util.concurrent.ExecutionException:
com.android.ide.common.process.ProcessException:
I've tried upgrade/downgrade gradle files/…

user232803
- 365
- 6
- 19