安装苍穹本地环境时遇到的问题及解决方案原创
4人赞赏了该文章
1,155次浏览
编辑于2022年01月18日 09:35:29
将node-debug-mservice导入Intellij IDEA时无法正常运行,报错“could not find method compile () for arguments”。
解决方案: 在IDEA中手动配置gradle版本后已解决。
启动DebugServer时报错“Error running: Shorten command line”。
解决方案:根据新手入门指南,修改shorten command line为classpath file后已解决。
Error:Cannot resolve external dependency xxx:xxx because no respositories are defined.
解决方法:在build.gradle中添加repositories配置项,问题解决
赞 4
4人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读