android error: cannot use ‘throw’ with exceptions disabled
时间:2020-04-03 01:07:43
收藏:0
阅读:231
{
编辑 Android.mk 文件,加入下面的代码:
LOCAL_CPP_FEATURES += exceptions
或者:
LOCAL_CPPFLAGS += -fexceptions
}
原文:https://www.cnblogs.com/YZFHKMS-X/p/12623964.html
评论(0)