Can anyone explain why I have this error? I tried also downloading NDK but when it finish it says NDK does not contain any platforms.
Any help is much appreciated thanks in advance.
Local Properties
Can anyone explain why I have this error? I tried also downloading NDK but when it finish it says NDK does not contain any platforms.
Any help is much appreciated thanks in advance.
Local Properties
Can you specifying ndk
version in build.gradle
file
android {
ndkVersion '21.3.6528147'
}
And inside local.properties remove
ndk.dir=~/Library/Android/sdk/ndk-bundle
line otherwise it may conflicts with path