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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -