Elipse 中 Android NDK 開發配置 Paths and Symbols中的Includes修改
阿新 • • 發佈:2019-01-09
Eclipse開發Android NDK,有時候換了新版ndk,導致路徑變化,但是已有專案中 Paths and Symbols中的Includes配置中並不能生效,而且在配置中只能新增,不能編輯和刪除adt外掛新增的路徑.包括把專案匯出,再匯入,這個路徑配置就丟了.這點太煩人了.於是花了點時間找到了這個配置檔案存放位置.
路徑是:開啟檔案就能看到以"i,"開頭的路徑配置${workspace_loc}/.metadata/.plugins/com.android.ide.eclipse.ndk/${ProjName}.pathInfo
i,/Develop/android/android-ndk-r8c/sources/cxx-stl/system/include直接修改成當前正常的路徑,重啟eclipse就正常了
i,/MountDevelop/Project/Andriod/Elephant/jni
i,/Develop/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/lib/gcc/arm-linux-androideabi/4.6/include
i,/Develop/android/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/lib/gcc/arm-linux-androideabi/4.6/include-fixed
i,/Develop/android/android-ndk-r8c/platforms/android-14/arch-arm/usr/include