Skip to content

Fix Android NDK location & upgrade to API 29

I've noticed some errors pertaining to the NDK location in my build output and it reminded of an issue that was noted in the previous PR.

This PR updates the ANDROID_NDK_HOME location with the full path. I checked it with my work project and the NDK issues are gone.

This should fix il2cpp builds, as they were the ones that rely on the NDK as opposed to the SDK for gradle builds.

Edited by Szymon

Merge request reports