How to set NDK Build path in OSX for Android studio

前端 未结 4 1339
走了就别回头了
走了就别回头了 2020-12-29 05:56

I had set the ANDROID_NDK_HOME as /Users/Shajilshocker/Documents/Android/NDK/android-ndk-r10b using a mac osx application called Enviro

4条回答
  •  时光取名叫无心
    2020-12-29 06:20

    • cd to path you have to set.

    • Enter in Terminal: echo "export PATH=$PATH:$ANDROID_NDK_HOME" | sudo tee -a /etc/profile

提交回复
热议问题