summaryrefslogtreecommitdiff
path: root/Android/mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android/mk')
-rwxr-xr-xAndroid/mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android/mk b/Android/mk
new file mode 100755
index 000000000..c921c69d7
--- /dev/null
+++ b/Android/mk
@@ -0,0 +1,7 @@
+
+ndk-build
+android update project --path . --name native
+ant debug
+adb install -r bin/native-debug.apk
+./adb-run.sh bin/native-debug.apk
+adb logcat | grep native-activity