I’m currently developing a Scala application for Android. I probably could get by, with the help of many println, but I’m curious if there’s a way to debug it with an actual debugger. I am using sbt to build the project, with the jberkel/android-plugin
I’m currently developing a Scala application for Android. I probably could get by, with
Share
You don’t necessarily need Eclipse to debug your application
In your
android/toolsdirectory is a file calledddms– if you start it you get a device overview, a log cat screen for debugging and additional information