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.