歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux編程 >> Linux編程

Android NDK開發配置NDK

在Android的官網下載android NDK

地址點擊下載

下載之後解壓到自己的目錄下,我的是/home/zhycheng/

然後在終端執行

chmod 777 android-ndk-r8

這條命令是改變目錄的權限,我將權限公開

接著就是配置路徑了,在.bashrc的最後加上  PATH=$PATH:/home/zhycheng/android-ndk-r8

這樣路徑就配置後了。在終端中輸入ndk-build出現下面的內容就成功了

Android NDK: Could not find application project directory !     
Android NDK: Please define the NDK_PROJECT_PATH variable to point to it.     
/home/zhycheng/android-ndk-r8/build/core/build-local.mk:130: *** Android NDK: Aborting    .  Stop. 

Copyright © Linux教程網 All Rights Reserved