Cannot resolve symbol 'AndroidJUnit4'

前端 未结 19 2231
别跟我提以往
别跟我提以往 2020-12-02 08:48

Obviously I need the correct import statment to solve this problem. According to the docs for AndroidJUnit4, this should be

import android.support.test.runn         


        
19条回答
  •  既然无缘
    2020-12-02 09:26

    Adding

    compile com.android.support.test:runner:0.5'
    

    resolved this exact issue for me.

提交回复
热议问题