android-plugin icon indicating copy to clipboard operation
android-plugin copied to clipboard

Problem with junit

Open choedl opened this issue 14 years ago • 0 comments

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.

choedl avatar Nov 08 '11 13:11 choedl