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