-
Notifications
You must be signed in to change notification settings - Fork 56
"Unterminated quoted string" error when following tutorial #152
Comments
For the record I've rolled back to a couple of earlier releases of aapt and each of them throws a different error ... could they all be buggy or is there a file being generated by the leindroid build process that they don't like? |
Folowing this https://forums.xamarin.com/discussion/28181/android-build-tools-21-0-1-aapt-exe-exited-with-code-1073741819-on-windows it does seem to work when I roll back to build-tools 23 (rather than any version of 24) But maybe there's a filename being generated that this tool doesn't like? |
Update : so now I'm getting further through the build process but hitting a similar error with adb
|
Update : even stranger. I CAN install the compiled apk from adb without problem
works fine. But
blows up. |
Hey Phil, I haven't paid attention to Android SDK updates lately, so indeed compatibility of newer versions with lein-droid might be broken. I'll have to take a look myself. Thanks for reporting, what you've discovered so far will surely be helpful! |
Thanks. To recap, I've got this building with the 23 build tools but none of the 24 releases. All choke on something that's been given to them (but each version 24 / 24.01 and 24.02 give different error messages) I assume that they're just particuarly fussy about some input. Even with the 23 tools, the adb is still blowing up when I try to lein droid install. But the same apk does install ok when I use adb install itself. So maybe something about how lein droid install generates / represents the path to it? |
|
But the error message seems to be coming from adb
|
Can't be because I have a hyphen in the path to the sdk can it? Ie. "android-sdk-linux" ? Actually, that's the default name that the sdk uses, so it shouldn't be a problem. But could anything in lein droid be getting confused by it? |
Following the getting started / hello world tutorial (https://github.com/clojure-android/lein-droid/wiki/Tutorial), when I go to compile I get
Any ideas?
The text was updated successfully, but these errors were encountered: