1This directory contains is a dummy library app project and is used to ensure the 2code is compatible with Android (eg: that we don't use an API not available on 3Android). 4 5To use it, on a laptop where the Android environment is setup, just `cd` into this 6directory, and run 7 8 ./test.sh 9 10Tests are run locally so it may not be completely error proof, but it already makes 11catches potential issues (eg: using javax.xml.bind in the code) 12