-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
17 lines (15 loc) · 1014 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= Funf - Open Sensing Framework =
== Building the project ==
The Funf project can be used as an Android library, or can be packaged as a jar file.
The typical method of using Funf is by using the Funf jar file. To build the funf jar
file, use the 'release' target of the Ant build script. (Make sure you have ant 1.8.*
or later installed.) Then, copy the jar file (bin/funf.jar) to the libs directory of your project.
The Android build scripts (Command line Ant or in Eclipse) will take care of compiling
the jar.
If you think that you will be making frequent changes to the Funf library, you may
want to integrate Funf as a library project.
To use it as an Android library, add this project as a library dependency of your
Android application project. See the following links for more details.
http://developer.android.com/guide/developing/projects/projects-eclipse.html#ReferencingLibraryProject
or
http://developer.android.com/guide/developing/projects/projects-cmdline.html#ReferencingLibraryProject