NDKBuild Failure

后端 未结 9 1205
伪装坚强ぢ
伪装坚强ぢ 2020-12-05 18:12

I\'m having trouble getting my NDK to compile properly in Android Studio. Whenever I try running to compile I am getting the following error.

Error:Ex

9条回答
  •  遥遥无期
    2020-12-05 18:16

    try this

    commandLine'E:\\Android\\ndk\\ndkbuild.cmd','-C',file('src/main/jni').absolutePath
    

    replace (E:\\Android\\ndk\\) with your ndk path.

提交回复
热议问题