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?

http://i.stack.imgur.com/0eune.png

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -