Browse Source

Platform: doc++.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
3e7469c62f
  1. 5
      src/Magnum/Platform/AndroidApplication.h

5
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

Loading…
Cancel
Save