This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Description
Following the getting started / hello world tutorial (https://github.com/clojure-android/lein-droid/wiki/Tutorial), when I go to compile I get
$ lein droid doall
(Warning: profile :android-common not found.)
(Warning: profile :android-user not found.)
Generating manifest...
Generating R.java files.
/PATH/TO/android-sdk-linux/build-tools/24.0.2/aapt: 1: /PATH/TO/android-sdk-linux/build-tools/24.0.2/aapt: Syntax error: Unterminated quoted string
Abort execution.
Any ideas?