I accidentally clicked on \"Add Native Support\" inside \"Android Tools\"... That messed up all the jni files of my project. How do I undo that ? How to remove Native suppo
Open up your .project
file in a text editor and just delete the entries for CDT and C nature. They are easily distinguished from those of JDT. I have done this several times and it's nothing dangerous but make a backup copy for safety.
EDIT: It might be possible also with Project Properties -> Builders -> Remove CDT Builder but never tried it.