要想在jni native 代码中看打印信息,printf 是不行的,需使用__android_log_print,如下所示。 __android_log_print(ANDROID_LOG_INFO ...
確定! 回上一頁