Fragment
事件分发机制 事件分发机制2
NDK
JNI
ndk { moduleName "mymodule" ldLibs "log" stl "gnustl_static" cFlags "-std=c++11 -fexceptions" } }
添加对stl的支持