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
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.