Include external jar in Netbeans Android project (nbandroid) -
I tried to add an external jar to the Netbeans Android project after the signal from this site:
Code:
& lt; Target name = "- pre-jar" & gt; & Lt; Copy todir = "$ {build.classes.dir}" & gt; & Lt; Fileset dir = "/ path / to / your / jar / directory" /> & Lt; / Copy & gt; & Lt; / Target & gt; But it does not work for me.
So far I have found that the target pre-jar is not said, do I miss something or is there any alternative / new method?
Your link talks about an older version of the Nbandroid plugin simply loads its JR in your project's Libs Directory And it will be used as described in
or you can set some property from that property file where the library folder is located.
- Redeem
Comments
Post a Comment