Android studio+ndk 下面的gradle配置记录
ndk{
//set module name
moduleName "myLib"
//set lib
stl "gnustl_static"
//add -fexceptions to allow throw error
cFlags "-fexceptions" }
ndk{
//set module name
moduleName "myLib"
//set lib
stl "gnustl_static"
//add -fexceptions to allow throw error
cFlags "-fexceptions" }