Enable Exception C++

后端 未结 8 761
醉梦人生
醉梦人生 2021-01-01 13:00

I am trying to make APP native code for Android. The Native code is in cplusplus. Whenever I try to make, the following error appears.

H236Plus.cpp:13

8条回答
  •  离开以前
    2021-01-01 13:23

    -fexception is a compiler switch. How you use it depends on your compiler setup. What compiler are you using? IDE? build tool?

提交回复
热议问题