NDKBuild Failure

后端 未结 9 1198
伪装坚强ぢ
伪装坚强ぢ 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:40

    Add the ndk path (C:\android-ndk-r10e) to the path variable's value in the environment variable(System variable) which left my "path" variable like this

    Settings --> System --> Advenced System Settings --> System Variables


    Then open the the command window (cmd). Enter the location of your project folder with cd commands and write "ndk-build" then press enter.

提交回复
热议问题