Cannot resolve symbol 'AndroidJUnit4'

前端 未结 19 2232
别跟我提以往
别跟我提以往 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:42

    Make sure your app in debug build variant. Go to Build > Select Build Variant... and the following should show up:

提交回复
热议问题