Error=Unable to find instrumentation info for: ComponentInfo{ }

后端 未结 7 1587
太阳男子
太阳男子 2021-01-31 15:00

I am trying to stand up espresso tests but I keep getting this error:

INSTRUMENTATION_STATUS: Error=Unable to find instrumentation info for: ComponentInfo{com.mi         


        
7条回答
  •  Happy的楠姐
    2021-01-31 15:49

    You need to check which instrumentation packages have been installed on your device:

     adb shell pm list instrumentation
    

    Then verify whether com.mikeestrada.test is actually listed there.

提交回复
热议问题