Android Studio Fails to Build New Project, Timed Out While Wating for Slave Aapt Process

AAPT error endless gradle building

I have the same problem, and just solve it by using the aapt of version 23.0.x.

I can't build project in Android Studio on Ubuntu. Gradle running build takes infinity

I had identical problem and finally I solved this by those three commands in Terminal:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386

I found that here:
Android Studio fails to build new project, timed out while wating for slave aapt process

Exception when compiling my app in android studio

Since I do not use antivirus, I just stopped the compilation of the app and closed android studio from the task manager. Then I reopened the project and started compiling the app, after a few minutes everything went well.

Gradle aapt error: syntax ) not found on Android Studio 1.5.1 Linux

My solution? Buy a 64 bits laptop! No installation error, no gradle error, no java error, no error anymore.



Related Topics



Leave a reply



Submit