欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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/

*参考方法并没有用。。。

 

相关标签: aapt2 Junit test