Commit 66d11791 authored by 范雪寒's avatar 范雪寒

fix: ()V

parent f2a74fcd
......@@ -413,7 +413,7 @@ cc.Class({
console.log('result = ' + result);
return;
} else if (cc.sys.isNative && cc.sys.os == cc.sys.OS_ANDROID) {
var result = jsb.reflection.callStaticMethod('com/ireadabc/student/AppActivity', 'exitCocosForJS');
var result = jsb.reflection.callStaticMethod('com/ireadabc/student/AppActivity', 'exitCocosForJS', '()V');
return;
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment