I'm facing a compile error as show below (Windows, Ant). Where should
I point android-jar? /Core is compiled well but /Android is not with
this error. Pls, help me. thanks.
resource-src:
[echo] Generating R.java / Manifest.java from the resources...
[exec] W/asset (26080): Asset path C:\CV\ZXing\ZXing-1.5\android
\${android-jar} is neither a directory nor file (type=1).
[exec] ERROR: Asset package include 'C:\CV\ZXing\ZXing-1.5\android
\${android-jar}' not found.
BUILD FAILED
C:\CV\ZXing\ZXing-1.5\android\build.xml:147: exec returned: 1
I suspect android-home in build.properties (top-level one) isn't set
properly? It should point to the Android SDK root.
--
To unsubscribe, reply using "remove me" as the subject.
android-jar ought to be set up by the build components from Android.
It should be pointing at the location of Android's android.jar. It
works for me and hadn't heard of issues here. Are you using the latest
SDK and all that?
--
Windows is always a little tricker to develop on. What's your android-
home set to? it's definitely correct, and you escaped the \ characters?
--
I can escape the quotes though, yes those should be. good catch.