Been impossible to do an Android build since 2019.3.0a4 due to NDK version issues

Issue is here:

Thought I would post here to bring more attention to it. Unity refuses to do an android build because of incorrect NDK version. It requires NDK 19.0.5232133.

If you try to download the NDK via the launcher, it downloads the wrong version.

If you try to download it via Googles website, you can only get NDK 19.2.5345600. There is no option to download 19.0.x

There is literally no way to perform an Android build and so it is impossible to test any new features on a real android device and provide feedback for the alpha.

1 Like

Yea it’s pretty annoying. Just had the same issue.

The NDK download link on android dev site is r19c you need r19.

Here is the direct link to the r19 version (Just remove the β€˜c’ from the URL on android dev site)

https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip

1 Like