This may be a recurring question, but after trying to solve all the problems, I cannot solve the following error:
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: AAPT process not ready to receive commands
I tried everything except one solution:
sudo apt-get install lib32stdc++6
sudo apt-get install lib32z1
What commands will be executed before these commands are executed? and if anyone has a different solution than this, please tell me it will be very helpful ..
source
share