0

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.

This is my Error in my console enter image description here

I have also error in my build.gradle enter image description here

Local Properties

enter image description here

Shainnah Jane
  • 221
  • 2
  • 15

1 Answers1

0

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

harsha.kuruwita
  • 1,315
  • 12
  • 21