20 | | You can find a deploy.sh script in the {{{toolchain/}}} folder together a description of adb required to transfer files using USB to the mobile device. On the mobile device, use a program as ConnectBot which gives you a shell on the device to run the executable. |
| 20 | You can find a deploy.sh script in the {{{toolchain/}}} folder together a description of [http://developer.android.com/guide/developing/tools/adb.html adb] required to transfer files using USB to the mobile device. On the mobile device, use a program as [ttps://market.android.com/details?id=org.connectbot ConnectBot] which gives you a shell on the device to run the executable. |
| 21 | |
| 22 | The runtime environment is not the managed Java environment, but it runs directly on the device using the Android [http://developer.android.com/sdk/ndk/index.html NDK]. To develop GUI-based apps you have to build a normal Java Android App and use inter process communication, e.g. using JNI to communicate with the Ariba-based application, see the [http://developer.android.com/sdk/ndk/overview.html#samples NDK sample applications]. |
| 23 | |
| 24 | |