You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,21 +75,34 @@ the platform name (Android or iOS). You can click on its icon to expand it.
75
75
file (you can access the Unity packages in the [*unitypackages*](https://github.com/juicycleff/flutter-unity-view-widget/tree/master/unitypackages) folder too)
76
76
Remeber to always check the match unitypackage for your project.
77
77
78
-
#### NDK
78
+
#### Android NDK
79
79
80
-
If your project requires Android NDK, you have to setup following:
80
+
You will most likely need to define which Android NDK should be used.
81
81
82
-
Your android project needs to know the path of the NDK Unity uses. You can find the path to the NDK under `Preferences -> External Tools`:
82
+
If you have Unity and Flutter installed on the same machine, the easiest approach is to use the path of the NDK Unity uses. You can find the path to the NDK in Unity under `Edit -> Preferences -> External Tool`:
83
83
84
84

85
85
86
-
Copy the path by right click and paste the path here in your`android/local.properties`:
87
-
86
+
Copy the path and paste it into`android/local.properties`:
87
+
For windows you will need to replace `\` with `\\`.
0 commit comments