xref: /aosp_15_r20/external/gturri-aXMLRPC/android-no-reg/README (revision 1b3e0c610889c330a4f530b7731f3b672f65ccad)
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