From 0f217d3c5a0ddc6c0565953ab0cc85823975d2e4 Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 17 Jan 2019 23:21:30 +0000 Subject: [PATCH] Fix paths in android example documentation. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5687 dfc29bdd-3216-0410-991c-e03cc46cb475 --- examples/01.HelloWorld_Android/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/01.HelloWorld_Android/readme.txt b/examples/01.HelloWorld_Android/readme.txt index 65883769..2a9d66f5 100644 --- a/examples/01.HelloWorld_Android/readme.txt +++ b/examples/01.HelloWorld_Android/readme.txt @@ -17,8 +17,8 @@ BUILDING Irrlicht & your App 1. Assign your Android SDK path to an ANDROID_HOME environment variable. 2. Add $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools and the Android NDK main folder to your PATH environment variable. -3. Go to: source->Irrlicht->Android and call "ndk-build" or "ndk-build NDEBUG=1" -4. Go to: examples->27.HelloWorld_Mobile and call "ndk-build" or "ndk-build NDEBUG=1" +3. Go to: source/Irrlicht/Android and call "ndk-build" or "ndk-build NDEBUG=1" +4. Go to: examples/01.HelloWorld_Android and call "ndk-build" or "ndk-build NDEBUG=1" 5. Call "ant debug" to create package 6. Connect device to PC (with USB debugging mode ON) or turn on emulator. 7. Call "adb -d install bin/HelloWorldMobile-debug.apk" (if you use emulator please add "-e" parameter instead of "-d") to install package on your device/emulator.