Unit tests terminated in Debug mode

后端 未结 4 1795
轮回少年
轮回少年 2020-12-20 22:25

I\'m using IntelliJ IDEA 15.0.2 (Community Edition) under Windows 7 and Windows 10 Pro, Gradle 2.9, JDK 1.7.0_65. Operating systems installed as guests under VMware Workstat

4条回答
  •  青春惊慌失措
    2020-12-20 22:40

    To get rid of unit test problems in debug mode, I deleted all test folders in android studio explorer, then I commented three test implementation lines in build.gradle(module) file. Then I changed the combobox in android studio menu (top of the IDE) from "all in app" to "app".

    https://i.stack.imgur.com/alPrS.png

提交回复
热议问题