I'm working with Android at the moment, trying to avoid using Eclipse (for which I have an irrational hatred).
I need to include an external .jar
file (used in my Activity
)and have no idea how to link it for ant debug
...
I've read up on build.xml
files but adding
or <
path id="compiler.classpath">
...<
/...>
nodes to the XML doesn't help fix it.<
classpath>
Hope someone can help me out!