I am trying to make a workflow to build in Unity for Android.
I keep getting this error.
Android PostProcess task “Detecting Android SDK” took 2580.2742 ms
DisplayProgressbar: Detect Android NDK
UnityException: Android SDK not found
Unable to locate Android NDK.
I am setting the SDK and NDK paths in Unity via
EditorPrefs.SetString(“AndroidNdkRoot”, ndkPath);
EditorPrefs.SetString(“AndroidSdkRoot”, sdkPath);
I have verified that the paths exists, and the contents of those paths are correct.
Any ideas?