Changes between Version 3 and Version 4 of Documentation/Android


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Android

    v3 v4  
    1818}}}
    1919
    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.
     20You 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
     22The 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