我正在使用espresso進行UIAutomation測試。意式濃縮咖啡無法解析符號「android.R.id.select_dialog_listview」
它在所有的情況下工作正常,但我得到了我解決不了這一行的代碼
onView(withId(android.R.id.select_dialog_listview)).perform(swipeUp());
但在我的視圖層次工具有關android.R.id.select_dialog_listview
存在這個編號的列表視圖錯誤。
我的咖啡的依賴就像下面
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
androidTestCompile 'com.android.support.test:runner:0.5'
請包括xml佈局文件。 –
你是否遇到編譯錯誤或執行錯誤? – nenick
這是一個編譯錯誤 – BalaramNayak