]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Rename android_compile to README.android and reformat it
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 14 Oct 2013 21:25:37 +0000 (23:25 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 14 Oct 2013 21:25:37 +0000 (23:25 +0200)
README.android [new file with mode: 0644]
android_compile [deleted file]

diff --git a/README.android b/README.android
new file mode 100644 (file)
index 0000000..daa6ece
--- /dev/null
@@ -0,0 +1,20 @@
+To compile ORTE for Android you need:
+Android SDK, Android NDK, Java NDK, ant, make >= 3.81
+
+The Android SDK+NDK could be obtained from developer.android.com site.
+
+After you download and extract the files to some convenient location,
+there are several steps needed to compile the app:
+
+1) add to your $PATH following locations:
+   <ndk-folder>:<sdk-folder>/tools
+2) go to <sdk-folder>/tools and execute "android"
+3) download "SDK Platform" for "API 15" - Android 4.0.3
+4) go to orte/libaorte and execute "android update project -p .", then
+   go to orte/Robot_Demo and do the same
+5) go to orte/libaorte and execute "ndk-build" - this builds native
+   code
+6) go to orte/Robot_Demo and execute "ant debug" - this will prepare
+   Android .apk file signed with automatically generated debug key
+7) the generated .apk is located in
+   orte/Robot_Demo/bin/RoboDruid-debug.apk
diff --git a/android_compile b/android_compile
deleted file mode 100644 (file)
index 2aa129a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-To compile for Android you need:
-Android SDK, Android NDK, Java NDK, ant, make >= 3.81
-
-The Android SDK+NDK could be obtained from developer.android.com site.
-
-After you download and extract the files to some convenient location, there are several steps needed to compile the app:
-
-1)     add to your $PATH following locations: <ndk-folder>:<sdk-folder>/tools
-2)     go to <sdk-folder>/tools and execute "android"
-3)     download "SDK Platform" for "API 15" - Android 4.0.3
-4)     go to orte/libaorte and execute "android update project -p .", then go to orte/Robot_Demo and do the same
-5)     go to orte/libaorte and execute "ndk-build" - this builds native code
-6)     go to orte/Robot_Demo and execute "ant debug" - this will prepare Android .apk file signed with automatically generated debug key
-7)     the generated .apk is located in orte/Robot_Demo/bin/RoboDruid-debug.apk