I'm trying to adapt my Android project to use Auto-Android. When I run
DX, I've got a problem.
What I want to achieve is to let Auto-Android run the following
command line:
/Android/android-sdk-mac_x86-1.6_r1/platforms/android-1.5/tools/dx --
dex --output=classes.dex bin/
I don't need any additional JARs to build my project. Hence, there is
no need for the inputrefs attribute to dx. But, it seems that you
cannot simply remove the attribute. Because, then I get the response:
"required attribute inputref not set" ... And if I set it to an empty
string, I get the error: "Reference not found" ... My final idea was
to point the fileset to an empty folder, but then I got the error:
"java.lang.RuntimeException: : file not found".
Does anyone have a hint for me!?
BR,
Björn
--
You received this message because you are subscribed to the Google Groups "Auto-android" group.
To post to this group, send email to
autoa...@googlegroups.com.
To unsubscribe from this group, send email to
autoandroid...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/autoandroid?hl=en.