简体   繁体   English

Scala + Play + Intellij IDEA问题

[英]Scala + Play + Intellij IDEA Issue

I was getting below error when I was making new Scala + Play project using activator. 当我使用激活器制作新的Scala + Play项目时,出现错误提示。 I am using standard activator method to generate Intellij Idea support for project but every time I was facing below issue. 我正在使用标准激活器方法为项目生成Intellij Idea支持,但是每次遇到以下问题时,我都会使用它。

I dont know how to resolve below issue. 我不知道如何解决以下问题。 Please help, 请帮忙,

#

The project 'play-scala-intro' has an older format and will be converted. 项目“ play-scala-intro”具有较旧的格式,将被转换。 You may not be able to open the project with earlier versions of IntelliJ IDEA. 您可能无法使用IntelliJ IDEA的早期版本打开项目。 Details... 细节...

Old versions of project files will be saved to: 'E:\\Personal\\Scala Workspace\\play-scala-intro\\projectFilesBackup' 项目文件的旧版本将保存到:'E:\\ Personal \\ Scala Workspace \\ play-scala-intro \\ projectFilesBackup'

#

this problem probably happened when you use activator's command idea or git (you pull your collaborator's settings) . 当您使用激活器的命令提示或git(拉出协作者的设置)时,可能会发生此问题。 I have a same problem (also auto-complete doesn't work for my company's class ). 我有一个相同的问题(自动完成也不适用于我公司的课程)。 I remove .setting , .idea , and every thing start with dot. 我删除了.setting,.idea,所有东西都以点开头。 next open project from Intellij and config my project. 下一个从Intellij打开的项目并配置我的项目。

this solve my problem I hope could help you ,too. 这也解决了我的问题,希望也能对您有所帮助。

My problem is resolbved. 我的问题已解决。 As Sarvesh Kumar Singh mentioned I have created activator project and open that project in In Intellij IDEA and used options Auto import and download sources . 正如Sarvesh Kumar Singh提到的那样,我已经创建了激活程序项目,并在Intellij IDEA中打开了该项目,并使用了“ 自动导入和下载源”选项

Above option resolved my problem. 上面的选项解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM