jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Problem with junit #82

Open choedl opened 13 years ago

choedl commented 13 years ago

I'm using sbt android plugin version 0.6-SNAPSHOT and sbt 0.11.0.

When compiling my junit (4.10) tests, I get the following errors:

[..] package org.junit does not exist [error] import org.junit.Before; [error] ^ [..] [error] import org.junit.Test; [error] ^

When I remove the android settings from the project, I can compile the tests.

I also tried using junit 3, but the behaviour did not change.