-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error because ANDROID_NDK_PATH / HOME contain spaces #1074
Comments
Hello @AndrewPlakhotnyi, |
@AndrewPlakhotnyi Hello, |
Hey @Darleev if theres a mitigation for this that can be applied individually until the next update, that would be extremely helpful. |
@compnerd In order to mitigate the issue, it is possible to return the old NDK path and use it in your pipeline. Steps below should help you with it: Azure DevOps Powershell:
GitHub Actions Powershell:
|
Hello @AndrewPlakhotnyi , |
@AndrewPlakhotnyi I'm sorry, the PR still in review state. I will let you know additionally when it will be merged. |
Since we didn't hear any other complaints about current ANDROID_NDK_HOME variable, I am going to close this issue. |
Describe the bug
ANDROID_NDK_PATH / HOME
should not contain spaces. Otherwise, the scriptC:\Program Files (x86)\Android\android-sdk\ndk-bundle\ndk-build.cmd
gives an errorHere is the commit changing the previous working behaviour c1ad396
The workaround is running the
C:\Program Files (x86)\Android\android-sdk\ndk-bundle\build\\ndk-build.cmd
directlyThe text was updated successfully, but these errors were encountered: