1. ndk中没有 jniThrowException 等异常类型, 需要自己构建。参考jnihelp.h 2. ndk中没有AndroidRuntime.h等在framework中才有的类, 同样需要自己构建