From 8c23900ede5419fed48d4eb5c9cc7e9781f57401 Mon Sep 17 00:00:00 2001 From: reduz Date: Fri, 19 Dec 2014 05:21:55 -0800 Subject: [PATCH] Updated tutorial_android_module (markdown) --- tutorial_android_module.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorial_android_module.md b/tutorial_android_module.md index 90a9f61..8a1189b 100644 --- a/tutorial_android_module.md +++ b/tutorial_android_module.md @@ -36,7 +36,7 @@ Popular engines that have half the share of apps published on mobile get special ### Android Module -Writing an Android module is similar to [writing a C++ module](custom_modules), but needs a few more steps. +Writing an Android module is similar to [writing a C++ module](custom_modules), but needs a few more steps. Make sure you are familiar with building your own [Android Export Templates](compiling_android). #### config.py @@ -257,4 +257,3 @@ This is most likely not functional yet, if you want to test it and help us make -