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

后端 未结 7 1575
太阳男子
太阳男子 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条回答
  •  野性不改
    2021-01-31 15:36

    If the instrumentation package is missing install it with the following command:

    $ gradle :{$project}:installDebugAndroidTest
    

提交回复
热议问题