'android.support.test.espresso does not exist' when I want to use it to individual apk test

前端 未结 6 1291
-上瘾入骨i
-上瘾入骨i 2021-02-03 12:09

I need to do some auto testing jobs to an Android application without its source code. I found both robotium and espresso can do this job, I decided to use espresso because its

6条回答
  •  深忆病人
    2021-02-03 12:27

    I think you'd be better off not defining custom sourceSets. I just comment

    sourceSets

    from my build.gradle and its working fine.

提交回复
热议问题