Android Studio - with Junit 4.12 “!!! JUnit version 3.8 or later expected:”

前端 未结 14 1551
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-07 15:50

Tried out the suggestions on this post, but I still get the error:

!!! JUnit version 3.8 or later expected:

java.lang.RuntimeException: Stub!
    at junit.r         


        
14条回答
  •  [愿得一人]
    2021-01-07 16:36

    In my case I just forgot that I've changed the build variant to "release". Switching back to "debug" fixed everything. FML.

提交回复
热议问题