Sung-Ho Lee

Results 49 comments of Sung-Ho Lee

Did you followed the steps listed below? https://github.com/pocorall/hello-scaloid-sbt#using-intellij-idea Which version of IDEA did you use? Is `sbt android:packageDebug` works?

The error message you posted is definitely the compiler cannot find android library. You posted detailed configuration, but I am not clear that you set the launch configuration properly: https://github.com/pocorall/hello-scaloid-sbt#import-the-sbt-project...

In your first posting, > tried to compile How did you compile it? Just Run the project [Shift + F10] is enough, if you setup the sbt task properly in...

Do you have problem with running this program?

I added a simple Roboelectric test here: https://github.com/pocorall/hello-scaloid-sbt/commit/166deda0dd7955aeb5080c0e73251518e25feb61

That's because the proguard cache doesn't have `fill` method when it is re-appeared. Clean rebuild could solve this, but it takes too long, as you know. Instead, run sbt command...

Check that you are running JDK 1.7 or above.

I've tested this project with [Scala IDE 4.0.0](http://scala-ide.org/), with [ADT plugin](http://developer.android.com/sdk/installing/installing-adt.html) is installed. But it is not working nicely as well. The writer of [android-sdk-plugin](https://github.com/pfn/android-sdk-plugin) also [recommended to use IntelliJ](https://github.com/pfn/android-sdk-plugin#advanced-usage),...

current master branch has a fix. Please test again with it.

Would you describe your issue in more detailed?