
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所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)