scala - Ensime doesn't work with sbt + android-plugin -


I have created a project using it:

When I use SRC / Main / Scala in emacs /Activity.scala I have highlighted the red almost everywhere. The first highlight is "Import Root ." Examples in Android "Android "Which is not a member of Android Root but everything in the SBT is compiled properly. How do I work with SBT + Android-plugin to work correctly?

Tell Encyclopedia Where to Get it android Find package Add a line to your .enime file In which path is the path to android.jar , for example:

: compile-jars ("[...] / local / share / java / android -sdk-mac_x86 / platforms / android-10 / android.jar ")

Comments