Source repository for Android Folding Layout library, written by Daniel Olshansky
First, make sure that your local.properties file has been updated with the current location of your Android SDK.
You can build the library by running:
$ ant clean jar
This will generate a 'FoldingLayout.jar' file in bin/ which can be imported into other applications for use. Note that the library itself does not require anything later than API version 11 for use, but the corresponding test application requires version 17.