Hello, I would like to ask for help. I am trying to run Android Studio 2.1.2 for linux on my 32 bit Linux Mint 17.3 and I get this error from gradle when I create a new or build a project: "AAPT err(Facade for 305799): /home/user/Android/Sdk/build-tools/24.0.1/aapt: 2: /home/user/Android/Sdk/build-tools/24.0.1/aapt: Syntax error: Unterminated quoted string"
This error is then followed by: "Exception in thread "png-cruncher_8" java.lang.RuntimeException: Timed out while waiting for slave aapt process, make sure the aapt execute at /home/user/Android/Sdk/build-tools/24.0.1/aapt can run successfully (some anti-virus may block it) or try setting environment variable SLAVE_AAPT_TIMEOUT to a value bigger than 5 seconds" Which I believe occurs because of the first error. I have tried to set SLAVE_AAPT_TIMEOUT to 30 though. Did not help. Aapt is set as executable in build-tools. Any idea how to fix this? Thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/8f56d978-ff76-4de1-8bbd-e674aa07a9ae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

