Add another folder to the build's "clean" task.
Gradle creates a hidden .externalNativeBuild folder when issuing CMake for the first time. This folder contains cached command line parameters that get passed to CMake, and these can become stale when switching between "normal" Android builds and Vulkan-enabled Android builds, which leads to frustrating build errors.
This commit is contained in:
Reference in New Issue
Block a user