-
Notifications
You must be signed in to change notification settings - Fork 223
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
NDK Version update Android appcenter build #1740
Comments
Thanks for filing an issue. Tagging our Build PM @elamalani to address this. Thanks! |
Does this issue fixed ? @elamalani @winnie please update NDK, 18.1.5063045 version is now deprecated |
Just to chime in here: on Azure Devops, their VMs support |
Definitely need this upgraded. Gradle 4.0.0 has been released, and I'm still stuck on 3.5.3 because AppCenter is breaking my entire deployment process if I upgrade. My company has started considering alternative CI/CD solutions due to this specific issue. |
This issue can also solve by adding |
@NasarIqbalTechswivel That doesn't appear to be working for me on AppCenter. AppCenter is still trying to use the newer NDK. |
Any update on this?
BTW I already have the |
Closing as duplicate of #1728 |
Is it possible to update NDK to the latest version? I'm experiencing an issue with the appcenter build due to NDK STL shared object file.
Expected NDK STL shared object file at /Users/runner/Library/Android/sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so
The issue might be connected with the DexGuard which we have to include in our project. It looks like DexGuard using the 18+ version of the NDK
I tried to set android.ndkVersion in our Gradle to version. 21..+. Unfortunately, local version of NDK in appcenter is set to 18.1.5063045.
No version of NDK matched the requested version 21.0.6113669. Versions available locally: 18.1.5063045, 18.1.5063045
Thanks
The text was updated successfully, but these errors were encountered: