Skip to content

Instantly share code, notes, and snippets.

@kf4x
Created January 22, 2013 20:58
Show Gist options
  • Save kf4x/4598354 to your computer and use it in GitHub Desktop.
Save kf4x/4598354 to your computer and use it in GitHub Desktop.
adding jar to netbeans android pro
<target name="-pre-jar">
<copy todir="${build.classes.dir}">
<fileset dir="${external.libs.dir}" />
</copy>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment