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

前端 未结 2 1390
时光取名叫无心
时光取名叫无心 2021-01-18 00:25

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 pro

相关标签:
2条回答
  • 2021-01-18 00:36

    YOU MAY WANT TO CHECK IN YOUR APPLICATION LEVEL

    build.gradle

    FILE for the version of gradle you are trying to compile with. When i used gradle 2.3.3 this problem occured but then i changed back to 2.2.3 and everything worked. I think the issue is with the gradle version for android studio 2.3.3. Important to note that 2.3.3 works mostly with compileSDK 25+

    0 讨论(0)
  • 2021-01-18 00:38

    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.

    0 讨论(0)
提交回复
热议问题