更新到Android 2.3工作室後,當我嘗試運行一些咖啡測試中,我得到以下錯誤:的Android 2.3工作室沒有測試儀器符在UI
Test running failed: Unable to find instrumentation info for: ComponentInfo{com.example.android/android.test.InstrumentationTestRunner} Empty test suite.
這在過去是哪裏容易可以解決的在運行配置中,我可以指定我自己的InstrumentationRunner
。現在我似乎無法找到這個選項,所以我現在無法真正地指定我的亞軍班。
請注意,我的gradle構建確實包含
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resConfigs "en", "es"
}
我已經轉移到剛剛從終端運行連接測試,直到我可以找出如何讓他們再次在IDE上工作。 – emerssso
也是一樣,但我一直在尋找更方便的解決方案;) –
http://stackoverflow.com/questions/41425067/how-to-add-extra-test-runner-parameter-in-android-studio-2 -3-instrumented-tests,跟蹤器上有一個問題https://issuetracker.google.com/issues/37132226 – Than