NDK is missing a “platforms” directory. while trying to build

前端 未结 5 2041

Executing tasks: [clean]

Configuration on demand is an incubating feature. NDK is missing a \"platforms\" directory. If you are using NDK, verify th

5条回答
  •  醉梦人生
    2021-01-23 18:50

    Configuration on demand is an incubating feature. NDK is missing a "platforms" directory.

    If you are using NDK, verify the ndk.dir is set to a valid NDK directory.

    It is currently set to C:\Users\MSI\AppData\Local\Android\Sdk\ndk-bundle.

    If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.

提交回复
热议问题