Cocos2d-x   发布时间:2022-05-03  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了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:

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

大佬总结

以上是大佬教程为你收集整理的cocos2dx 关于 EOFError: EOF when reading a line全部内容,希望文章能够帮你解决cocos2dx 关于 EOFError: EOF when reading a line所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。