Test events were not received - Android Studio

后端 未结 5 1771
长情又很酷
长情又很酷 2021-01-07 18:35

I have no idea how to test and I was following a tutorial.I am trying to run:

package name.company.sunshine.app.data;

import android.test.AndroidTestCase;
         


        
5条回答
  •  孤街浪徒
    2021-01-07 19:25

    When you run your test select the Android Test option.

    Screen Shot

    The JUnit and Gradle options should not be used for this type of test.

提交回复
热议问题