This error message typically indicates that the build.gradle file for an Android project is referencing an 'ndkVersion' property that is not recognized by the system. This property is used to specify the version of the Android NDK (Native Development Kit) to be used in the project, and it is typically defined in the defaultConfig section of the file. Common causes of this error include typos in the property name or version number, or outdated versions of the Android plugin for Gradle. To resolve the issue, ensure that the correct version of the NDK is installed on the system and check that the property is correctly defined in the build.gradle file.
Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss
Asked: 2021-12-06 11:00:00 +0000
Seen: 9 times
Last updated: Apr 28 '22
How do compileSdkVersion and targetSdkVersion differ from each other?
How can we add animation to the user interface using jetpack compose?
How can JTS Topology Suite be integrated with Android Studio?
What does it mean when createRefs() cannot be imported for constraint layout?
Can you explain the usage of a gradle dependency that includes a classifier?