Closed a-thomas closed 11 years ago
It appeared with version 4.3.0. The stack is very strange, especially the first line in android.util.Log.i... I will try to look deeper.
Robolectric is currently working on the final release for version 2. Before releasing anything, I guess we should wait for stable release.
It seems to be a good idea.
Apparently, Robolectric final version 2 has been released. I guess we should check if we still have this bug.
And the new version is already available on Maven central. We definitely have to check it. Thanks ;)
Sorry, I was really unavailable lately. I made a new POC working with latest version of every library. Hopefully, it should come fast.
The support of Roboelectric doesn't work with ABS 4.3.1.
Here is the stacktrace:
The crash occurs on this line
ActionBarSherlock.registerImplementation(MockActionBarSherlock.class);
from theABSRobolectricTestRunner.java
file (it's a template file).Even if I replace the
MockActionBarSherlock.class
class by this oneActionBarSherlockCompat.class
provided by ABS. The error is the same.