Test events were not received - Android Studio

后端 未结 5 1769
长情又很酷
长情又很酷 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:18

    This solution is tested in android studio 1.5.1

    If you have problem with tests in android studio because use in-process build disappeared, include the following:

    
    |-- .idea
        |-- workspace.xml
    

    Just add the following component at the very top, just inside the project tag:

    
      
        
      ...
    
    
    

提交回复
热议问题