From 3e7469c62fa926bc1d467e15df1f868266a3a78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 1 Mar 2014 00:36:40 +0100 Subject: [PATCH] Platform: doc++. --- src/Magnum/Platform/AndroidApplication.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Platform/AndroidApplication.h b/src/Magnum/Platform/AndroidApplication.h index e012630f1..b887dbae3 100644 --- a/src/Magnum/Platform/AndroidApplication.h +++ b/src/Magnum/Platform/AndroidApplication.h @@ -158,8 +158,9 @@ contents: Modify `android:label` to your liking, set unique `package` name and replace `{{application}}` with name of the binary file (without extension). If you plan to use OpenGL ES, set `android:glEsVersion` to `0x00030000`. The resulting APK -file will be named `NativeActivity.apk` by default, you can change that by -editing first line of the generated `build.xml` file. +file will be named `NativeActivity.apk` by default, you can change that either +by passing `-n` parameter to `android update project` or later by editing first +line of the generated `build.xml` file. ## Redirecting output to Android log buffer