NDK integration in Android studio

后端 未结 3 1187
梦谈多话
梦谈多话 2021-02-03 23:44

Today I updated my android studio to 1.3 and I enter the NDK (android-ndk-r10e NDK version) path in local.properties (ndk.dir=C:\\AndroidNDK\\android-ndk-r10e\\android-ndk-r10e)

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-04 00:28

    Set android.useDeprecatedNdk=true in gradle.properties to continue using the current NDK integration.

    You just have to follow the instruction which is given to you in the error.

提交回复
热议问题