Closed pkoperek closed 10 years ago
Sorry, I don't know anything about Idea (nor ScalaIDE) projects, for all my projects vim+sbt are enough. Probably someone with more experience can shed some light on it
I managed to solve this (and couple other IntelliJ-related) bugs on my own - I've opened a PR for original repo. Feel free to accept/close.
Hi,
After generating IDEA project files it turns out that
android/src
directory is marked asSource Root
instead ofandroid/src/main/scala
. I tried to fix it with addingto
Settings.android
inbuild.scala
- but for some reason it didn't work.Tbh I'm not sure whether this is a template issue or rather android-sdk-plugin problem (feel free to close this issue if so). Sorry if this is something obvious - I'm a newcomer to scala/sbt world :)
Regards