Caused by: java.lang.Exception: No installed ndk found, required 23.3.* #2494
-
I created a new project with v2.5.0, and I got stuck on this: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Run Alternatively, if you want to use a specific NDK version, then edit the
If you want to set min and target SDKs, also do so in that same file. For example:
The default values are in |
Beta Was this translation helpful? Give feedback.
-
Usually caused by android sutdio use differrent sdkRoot with system env
|
Beta Was this translation helpful? Give feedback.
Usually caused by android sutdio use differrent sdkRoot with system env
ANDROID_HOME
(or not set) and save it toproj.android/local.properties
, should be fix by following steps:ANDROID_HOME
same withproj.android/local.properties
setup.ps1 -p android