Can not run android/sdk/build-tools/23.0.2/aapt
问题 Recently installed Android Studio 1.0.1 (old version for some reasons) on Ubuntu 15, and I am trying to create a new project. Whenever I build it I get this error Cannot run program "/home/user/Android/Sdk/build-tools/23.0.2/aapt": error=2 No such file or directory" The file exists there. 回答1: sudo apt-get install lib32stdc++6 lib32z1 回答2: please check your compileSdkVersion and buildToolsVersion and targetSdkVersion please same the value. simple : compileSdkVersion "23" buildToolsVersion "23