New SBT project stuck
Answered
- Welcome Screen
- Click Create New Project
- Choose Scala => sbt
- Click Next
- (Fetching sbt versions window shows up for couple seconds)
- New Project Screen: Use defaults, click "Finish"
- Nothing happens, the focus is moved to the Name Field
- No matter what you change, Clicking Finish results in step 7.
Intellij Version 2018.1.4
OS X 10.13.4
I have tried resetting sbt-settings. I haven't altered them though.
I'm a Java/Scala/Sbt/Intellij newbie.
Please sign in to leave a comment.
Try https://www.jetbrains.com/idea/nextversion/ and the new Scala plug-in.
File a bug at https://youtrack.jetbrains.com/issues/SCL with the logs (https://intellij-support.jetbrains.com/hc/articles/207241085) and the thread dumps (https://intellij-support.jetbrains.com/hc/articles/206544899) in case the issue persists.
Thanks! It works!
I'm not sure whether the reinstall process was the remedy, or is the new version just better. In the previous installation, I had disabled all features in the install screen and added Scala later on. I wonder if some component was missing because of that.
But now I'm good to go to play around with Scala, thanks.