Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android-Studio-2.3 Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands

Hi there I'm new on Android-Studio-2.3

I have these error messages that pop up : Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands

Error:Execution failed for task ':app:mergeDebugResources'.

Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands

I've been on many sites but I cannot find a solution to this problem By the way I have already tried to downgrade my gradle to 23.0.0 or 23.0.1 but it still doesn't work. Android-Studio asks me to download the 25.0.0 version but when I do that, the error messages above still come up !

Does anybody have a solution, I would be very gratefull :)

like image 335
Damien Avatar asked Mar 04 '17 10:03

Damien


1 Answers

I have the same problem and coudn't solve it either. BUT: I assume, that you tried to install android studio on Ubuntu? If I am right, you could check, which OS you have. If it is an 64bit os you could try it with the following:

sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1

Maybe it helps.

like image 156
Tim Kutz Avatar answered Oct 14 '22 10:10

Tim Kutz