How to remove native support from an Android Project in eclipse because eclipse is showing errors in jni?

前端 未结 5 2093
暖寄归人
暖寄归人 2020-12-14 07:12

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

5条回答
  •  一生所求
    2020-12-14 07:56

    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.

提交回复
热议问题