Commit f2a74fcd authored by 范雪寒's avatar 范雪寒

fix: . -> /

parent 32cca05a
......@@ -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');
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