= Ariba on Android = Running Ariba on Android platforms using the NDK is quite easy. We have ported the Ariba source accordingly so it currently works directly with the trunk version. Further we provide a set of scripts that simplfy set up of the NDK, patches to the SDK, and compiling scripts. Make sure you have ruby installed, it is required by the droid-wrapper scripts that we use. {{{ mkdir ariba-android cd ariba-android svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/ariba/trunk/ ./ariba svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/android ./toolchain cd toolchain ./get-ndk.sh cd ../ariba ./bootstrap ../toolchain/bootstrap_ariba_libs ../toolchain/make_ariba }}}