cocos2dx 关于 EOFError: EOF when reading a line

前端之家收集整理的这篇文章主要介绍了cocos2dx 关于 EOFError: EOF when reading a line前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
building apk
Please input the absolute/relative path of ".keystore" file:
Traceback (most recent call last):
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\bin\cocos.py",line 859,in <module>
run_plugin(command,argv,plugins)
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\bin\cocos.py",line 817,in run_plugin
plugin.run(argv,dependencies_objects)
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\plugins\project_compile\project_compile.py",line 1432,in run
self.build_android()
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\plugins\project_compile\project_compile.py",line 440,in build_android
self.apk_path = builder.do_build_apk(sdk_root,ant_root,build_mode,output_dir,self._custom_step_args,self)
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\plugins\project_compile\build_android.py",line 382,in do_build_apk
self._gather_sign_info()
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\plugins\project_compile\build_android.py",line 429,in _gather_sign_info
inputed = self._get_user_input("Please input the absolute/relative path of \".keystore\" file:")
File "F:\work\cocos2dx\cocos2d-x-3.5\tools\cocos2d-console\plugins\project_compile\build_android.py",line 458,in _get_user_input
ret = raw_input()
EOFError: EOF when reading a line

Please use cocos console instead.

由于eclipse并不能像控制台那样等待输入

Please input the absolute/relative path of ".keystore" file:

所以会报这个错,但并不影响程序的调试

原文链接:https://www.f2er.com/cocos2dx/340669.html

猜你在找的Cocos2d-x相关文章