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

前端 未结 2 1389
时光取名叫无心
时光取名叫无心 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: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.

提交回复
热议问题