android error: cannot use ‘throw’ with exceptions disabled

{

编辑 Android.mk 文件,加入下面的代码:

LOCAL_CPP_FEATURES += exceptions

或者:

LOCAL_CPPFLAGS += -fexceptions

 

}

posted @ 2020-04-02 23:59  YZFHKMS-X  阅读(601)  评论(0)    收藏  举报