Changes between Initial Version and Version 1 of Documentation/Android


Ignore:
Timestamp:
Aug 2, 2011, 1:15:34 PM (13 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Android

    v1 v1  
     1= Ariba on Android =
     2
     3Running 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.
     4
     5Make sure you have ruby installed, it is required by the droid-wrapper scripts that we use.
     6
     7mkdir ariba-android
     8cd ariba-android
     9svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/ariba/trunk/  ./ariba
     10svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/android ./toolchain
     11cd toolchain
     12./get-ndk.sh
     13cd ../ariba
     14./bootstrap
     15../toolchain/bootstrap_ariba_libs
     16../toolchain/make_ariba