Daniel Ideriba
Daniel Ideriba
Hi! A update about it! I just add ANDROID_NDK_HOME, environment var on .zshrc (Because I use ZSH) like this: _export ANDROID_NDK_HOME=$HOME/Library/Android/sdk/ndk/23.0.7599858_ And solved the "No version of NDK matched the...
> @danielideriba It's likely build-tools 31 which is a broadly known issue in android stack. You can try this solution here: https://stackoverflow.com/a/68430992/2192332 Thanks @NathanWalker =) I tried to follow the...
@rigor789 Huge thanks for your reply! I'll explain my entire steps and troubleshooting. Like you suggested my first attempt is: Uninstalling the latest JDK and install the previous version **22.1.7171670**...
Update: It is works! lol The only thing I do is delete all NDK folder inside **Library/Android/sdk/ndk** and just left **22.1.7171670** folder and success! Thanks guys for support! ![Screen Shot...