码迷,mamicode.com
首页 > 移动开发 > 详细

android error: cannot use ‘throw’ with exceptions disabled

时间:2020-04-03 00:15:29      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:efi   android   +=   isa   oid   lag   file   nbsp   except   

{

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

LOCAL_CPP_FEATURES += exceptions

或者:

LOCAL_CPPFLAGS += -fexceptions

 

}

android error: cannot use ‘throw’ with exceptions disabled

标签:efi   android   +=   isa   oid   lag   file   nbsp   except   

原文地址:https://www.cnblogs.com/YZFHKMS-X/p/12623964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!