Ensime doesn't work with sbt + android-plugin
问题 i created a project by using this: https://github.com/gseitz/android-sbt-project.g8 When i start ensime in emacs to edit src/main/scala/Activity.scala i have red highlights almost everywhere. First highlight says by exemple in "import root .android.whatever" that android is not a member of root . But in sbt everything compile fine. How can i set ensime to work correctly with sbt + android-plugin ? 回答1: Let Ensime know where it can find the android packages. Add a line to your .ensime file