问下大家,在原生平台使用,比如JAVA调用客户端JS脚本的时候,有没有遇到过这样的问题
例如:

GPSUtil: CallbackJSCode:require(“GpsUtils”).onReceiveLocation();
jswrapper: ScriptEngine::runScript script GpsUtils, buffer is empty! jswrapper: [ERROR] Failed to invoke require, location: F:/yuepai/hn/trunk/games/henanmj/build/jsb-default/frameworks/cocos2d-x/cocos/scripting/js-bindings/manual/jsb_global.cpp:236 jswrapper: ERROR: Uncaught TypeError: Cannot read property 'onReceiveLocation' of undefined, location: (no filename):0:0
