Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Unity Android Compilation Documentation Update #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/05.unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Plugins for x86 may also be built by specifying `/property:Platform=x86`.

### Android
```bash
$ cd unity/android
$ cd unity/android/jni
$ ndk-build APP_ABI=armeabi-v7a -j
```
The results are placed in `unity/build/android/libs/armeabi-v7a`.
Expand Down