From 87d78a434bdb9c0ada24589591c79513968cca38 Mon Sep 17 00:00:00 2001 From: Stan59 <16492795+Shantibhushan95@users.noreply.github.com> Date: Fri, 8 Mar 2019 18:04:56 +0530 Subject: [PATCH] Update 05.unity.md --- docs/05.unity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05.unity.md b/docs/05.unity.md index 6c69007f..ce90021c 100755 --- a/docs/05.unity.md +++ b/docs/05.unity.md @@ -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`.