移动开发android error: cannot use ‘throw’ with exceptions disabled 云博小周宇2024年5月5日2023年8月19日1 Min Read { 编辑 Android.mk 文件,加入下面的代码: LOCAL_CPP_FEATURES += exceptions 或者: LOCAL_CPPFLAGS += -fexceptions }