- Download and unpack the Android SDK to any directory (if you haven't done so already).
- Create the
local.propertieswith a single line likesdk.dir=/path/to/android/sdkwith the correct path. - Download the latest version of jsoup from http://jsoup.org/download and put the JAR in the
libsdirectory. - Run
ant debugto build the project and sign it with a debug key.
The whole project is licensed under MIT license.