Open choedl opened 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.
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.