]> rtime.felk.cvut.cz Git - orte.git/blob - README.android
daa6ecebb70cbfcc6ed308ad1fbb054de4111384
[orte.git] / README.android
1 To compile ORTE for Android you need:
2 Android SDK, Android NDK, Java NDK, ant, make >= 3.81
3
4 The Android SDK+NDK could be obtained from developer.android.com site.
5
6 After you download and extract the files to some convenient location,
7 there are several steps needed to compile the app:
8
9 1) add to your $PATH following locations:
10    <ndk-folder>:<sdk-folder>/tools
11 2) go to <sdk-folder>/tools and execute "android"
12 3) download "SDK Platform" for "API 15" - Android 4.0.3
13 4) go to orte/libaorte and execute "android update project -p .", then
14    go to orte/Robot_Demo and do the same
15 5) go to orte/libaorte and execute "ndk-build" - this builds native
16    code
17 6) go to orte/Robot_Demo and execute "ant debug" - this will prepare
18    Android .apk file signed with automatically generated debug key
19 7) the generated .apk is located in
20    orte/Robot_Demo/bin/RoboDruid-debug.apk