Jeff Axelrod

Results 44 comments of Jeff Axelrod

FYI, I did get Eclipse to recognize the Android project. I doubt I'll be able to build with this, but it allows connecting to the debugger. What I did was...

If I add -dontoptimize to my project.scala, it builds fine. If I omit the flag, I get the following error at the end of my build. ``` ... [info] Dexing...

I updated the wiki to document that optimization is on by default.

OK, I can try to figure it out myself; it's good news that you saw something. I'd like to know my messages are received so I can ensure unit was...

Also having this problem. There's a long delay with the spinner that says "Please wait while Passive BLE monitor is being setup," and then after about one or two minutes...

Sorry, but this was from six months ago. I don't remember the details or where the project files are, etc.

This appears to be related to a fatal exception I am encountering. I'm building with sbt-android, which includes a final proguard step. This code builds and executes correctly with Eclipse's...

Thanks very much, I'll give it a shot as soon as I can figure out how to specify the proguard.cfg file in sbt android! Jeff > -----Original Message----- > From:...

Thanks very much for the help. It did get me past the errors posted, but now I get a Guice binding runtime error. Since this isn't the appropriate place to...

Didn't realize reading pane was an issue. Maybe you can mention this upon install?