From f59d5831ff5f3838ecc1e68d6c67a00e278c8c73 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 9 Feb 2015 18:44:51 +0100 Subject: [PATCH] Update README for shape_android --- orte/contrib/shape_android/README | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/orte/contrib/shape_android/README b/orte/contrib/shape_android/README index c30ecab..3de4b31 100644 --- a/orte/contrib/shape_android/README +++ b/orte/contrib/shape_android/README @@ -1,9 +1,9 @@ Shape for Android ================= -Shape for Android is demonstration application delivered with ORTE source code. +Shape for Android is a demonstration application delivered with ORTE source code. -How to make shape_android.apk +How to create shape_android.apk ----------------------------- 1] Update Android SDK to include Android 4.0.3 (API 15) /tools/android update sdk --no-ui --all --filter android-15 @@ -14,22 +14,18 @@ cd orte/orte 3] Update libaorte and shape_android projects /tools/android update project -p libaorte -/tools/android update project -p contrib/shape_android +/tools/android update project -p contrib/shape_android -n orte_shape -4] OPTIONAL - if you want, you may change name of shape_android project, -by editing contrib/shape_android/build.xml. Default name is PublisherActivity, -which is misleading (so I edited it to shape_android). - -5] Build libaorte +4] Build libaorte cd libaorte /ndk-build -6] Build shape_android +5] Build shape_android cd ../contrib/shape_android ant debug -7] Install shape_android -/platform-tools/adb install -r bin/shape_android-debug.apk +6] Install shape_android +/platform-tools/adb install -r bin/orte_shape-debug.apk --- -- 2.39.2