Closed aaalaniz closed 11 years ago
You have to compile with at least API 14 because of how the method lookup works.
I switched to Android 4.1.2 and I now get the following:
java: cannot access org.fest.assertions.api.AbstractAssert class file for org.fest.assertions.api.AbstractAssert not found
Looks like you need to fest-assert-core (and whatever dependencies it has) as well.
Awesome. That worked. Thanks!
I'm currently trying to integrate FEST with robolectric on my project. I succeeded in enabling robolectric but when I try to integrate FEST with one of my text views. I get the following:
java: cannot access android.animation.Animator class file for android.animation.Animator not found
The unit test looks as follows:
I'm using Intellij and my module sdk is Android 2.3.3 Google Apis