c++ - wrong include paths in eclipse after updating ndk -
i have updated android ndk android-ndk-r9c android-ndk-r9d eclipse still uses 9c include paths default , theres no way delete them. don't want add them hand want them included default did r9c. how can update eclipse use newest ndk-r9d paths?
i surely late, had same problem. solved following these steps:
- open eclipse workspace in file browser;
- go
.metadata/.plugins/com.android.ide.eclipse.ndk/
; - there should file called
<your-project>.pathinfo
; - edit content of file match new ndk path;
- restart eclipse.
or maybe delete it, delete native support project , re-add it.
Comments
Post a Comment