Scala and Android
I plan to work with Android and Scala.
I'm happy with recent SBT support, so sbt-idea isn't needed anymore. :)
Some questions:
- Can I debug Android apps with Scala?
- Is there any tutorial or example?. I have tried e.g. this http://stackoverflow.com/questions/16750642/intellij-idea-12-android-scala-nowadays, but doesn't work fully.
- Can I handle all dependencies only in SBT?
Thanks in advance for any insight.
Please sign in to leave a comment.
As I know SBT for android requires special support in Scala plugin: http://youtrack.jetbrains.com/issue/SCL-6273
We didn't work for special Android support yet, so I can't give you more information.
Best regards,
Alexander Podkhalyuzin.
Thanks Alexander,
This is a good starting point.
It's not always easy to mix rapid changing techs for new comers: Idea+Scala+Android.