Junit中aapt2编译错误&RuntimeError
程序员文章站
2022-07-12 11:01:03
...
使用android studio的单元测试时候,发现报AAPT2错误。
解决办法是在gradle.properties里面添加
android.enableAapt2=false
错误:
!!! JUnit version 3.8 or later expected: java.lang.RuntimeException: Stub!
参考:
1.https://*.com/questions/2422378/intellij-idea-with-junit-4-7-junit-version-3-8-or-later-expected
2.使用Robolectric:http://robolectric.org/writing-a-test/
*参考方法并没有用。。。
上一篇: 深入浅出学Spring Data JPA
下一篇: c 读入文件 CC++C#FPJ#