NDK version 29.0.14206865 broken
#14517
Replies: 1 comment 1 reply
-
Well in theory all available versions should work, we recommended 29+ for the 16kb page size requirement. patch updates like these should also not contain any breaking changes that should affect us (nor should major updates with how we use the ndk tbh).
I'll check that out. - EDIT: Seems like it only cares about ANDROID_HOME and then selects versions it finds. Can you open an issue for that please?
I assume that is what #14518 is for? Please include how exactly it makes your build fail in that issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two version of Android NDK in the sdk folder:
29.0.14033849and29.0.14206865Using this
export NDK_HOME="$ANDROID_HOME/ndk/$(ls -1 $ANDROID_HOME/ndk)"from the docs will not possible since it will list two versions. So, I hardcoded the environment variable to use the29.0.14033849. But the cargo tauri android dev apparently pick the latest one:This was working before, until I updated my Android Studio to the latest:
Is there a documented supported NDK version? I'm trying to update my NDK to the latest (
29.0.14206865) and it makes my build failed. Not sure if the CMAKE version is also related, because I updated it to 4.1.2 from 4.1.1 as well.Beta Was this translation helpful? Give feedback.
All reactions