1、
问题:
D/FLACRecorder(26743): Setting up encoder /data/data/com.borneo.speech/files/20141123081747.flac rate: 22050 channels: 1 format 16 F/art (26743): art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: illegal class name 'fm.audioboo.jni.FLACStreamEncoder' F/art (26743): art/runtime/check_jni.cc:65] (should be of the form 'package/Class',[Lpackage/Class;' or '[[B') F/art (26743): art/runtime/check_jni.cc:65] in call to FindClass F/art (26743): art/runtime/check_jni.cc:65] from void fm.audioboo.jni.FLACStreamEncoder.init(java.lang.String,int,int) F解决:
把点换成 /
参考:http://stackoverflow.com/questions/27092044/android-art-runtime-check-jni-cc-error-on-package-name
原文链接:https://www.f2er.com/cocos2dx/340269.html