How to fix android studios 2.3 NDK bug?

后端 未结 11 561
感情败类
感情败类 2020-12-05 16:51

I\'m assuming it\'s a bug since I didn\'t have any problems until the new update. So I cant use the gradle console to debug my app because I have this warning -

11条回答
  •  死守一世寂寞
    2020-12-05 17:51

    Go to Gradle Scripts then to local.properties and set the SDK , and NDK locations properly, in my case the setting is:

    ndk.dir=F:\AndroidSDK\ndk-bundle sdk.dir=F:\AndroidSDK

提交回复
热议问题