Blog Archives

aapt error for Android Studio on Ubuntu 13.04

While installing and trying to compile a “Hello World” program in Android Studio on Ubuntu 13.04 the following error occured: android-apt-compiler: Cannot run program “…/android-sdk-linux/platform-tools/aapt”: java.io.IOException: error=2, No such file or directory The reason is that aapt relies on some

Posted in Android, Linux, Programming, Tools