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 hig
Let Ensime know where it can find the android packages. Add a line to your .ensime file that contains the path to android.jar, for example:
android
android.jar
:compile-jars (" [...] /local/share/java/android-sdk-mac_x86/platforms/android-10/android.jar")