Test events were not received - Android Studio

后端 未结 5 1804
长情又很酷
长情又很酷 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条回答
  •  梦毁少年i
    2021-01-07 19:12

    just as Matt Accola sayd, if you already selected the gradle option and cant find that sub menu in his answer, u will need to go to run >> Edit Configuration... and then under the Gradle sub menu, delete the items (TestPractice & others if existed) and then re do the test by selecting the AnroidTest.

提交回复
热议问题