intellij 与 sbt scala 和 android dev
Posted
技术标签:
【中文标题】intellij 与 sbt scala 和 android dev【英文标题】:intellij with sbt scala and android dev 【发布时间】:2017-02-24 00:55:43 【问题描述】:可能是一个愚蠢的错误,试图将 intellij idea 与 scaloid 模板一起使用。 应用程序包在 sbt 控制台中很好,但无法使其与 IDEA 一起使用,尽管我设置了正确的 java 7 sdk。
【问题讨论】:
【参考方案1】:错误说明 Unsupported class version number [52.0]
,这意味着该类需要 Java 8 JDK。
【讨论】:
是的,我实际上是想反其道而行之。以上是关于intellij 与 sbt scala 和 android dev的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ 14 - 创建/导入 Scala / SBT 项目
SBT 项目刷新失败 [IntelliJ、Scala、SBT]
手把手用 IntelliJ IDEA 和 SBT 创建 scala 项目
使用 simple-build-tool (sbt) 和 IntelliJ 调试 Scala 代码