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
master
cutealien 2019-01-17 23:21:30 +00:00
parent 202977fe38
commit 0f217d3c5a
1 changed files with 2 additions and 2 deletions

View File

@ -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.