So I almost always get some message like this when I\'m compiling my android app:
[javac] Note: /home/kurtis/sandbox/udj/androidApp/src/org/klnusbaum/udj/Playlis
It looks like you should just be able to specify the option in either build.properties
or ant.properties
in the root of your project folder. I tried this and it didn't seem to work.
I wanted to avoid editing my build.xml
file as this adds complication later if you need to update your project. However, I was unable to find a way around it. However, rather than copying the whole compile
target I added:
just before the import
line at the bottom of the file.