我想在现有的 Android Studio 1.1 项目上添加对单元测试的支持。我按照本教程进行操作,但出现错误:
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NoSuchMethodException: android.os.Looper.<init>(boolean)
at org.robolectric.RobolectricTestRunner$2.evaluate(RobolectricTestRunner.java:228)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at ...
我找到了这个解决方案,但只适用于mac,我在windows中找不到类似的方法。