cocos creator 1.8.0
android 打包
游戏锁屏后解锁直接黑屏,然后闪退
android studio 调试定位到问题代码位置
// cocos\scripting\js-bindings\jswrapper\v8\ScriptEngine.hpp line:62 class AutoHandleScope { public: AutoHandleScope() : _handleScope(v8::Isolate::GetCurrent()) { } ~AutoHandleScope() { } private: v8::HandleScope _handleScope; };
貌似 v8::Isolate::GetCurrent() 值为 NULL
@dumganhar