最新回答 / 幸福的達(dá)哥
你好,這個(gè)問題應(yīng)該已經(jīng)解決了吧?在其他的靜態(tài)界面還會(huì)有這種現(xiàn)象嗎,如果靜態(tài)界面沒問題的話,試試用批處理獲取動(dòng)態(tài)界面。@=== 把下面這句話保存到批處理文件里面,雙擊運(yùn)行就好 ===@echo offset str=android8.1-uiautomatorDump V1.1 20180717?:startclscolor 1fecho ==================================================================echo.echo %str%ech...
2019-03-26
良心免費(fèi)課程!老師邏輯清晰,代碼講解細(xì)致,對(duì)小白來說理解起來也沒有任何困難。不知道UIautomator2.0是否支持python啊。希望老師能出python版的實(shí)戰(zhàn)課程。期待期待!
2019-02-14
最新回答 / qq_Michael_qA
emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Windows Hypervisor Platform (WHPX) is properly installed and usable. CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. You...
2019-01-09
最新回答 / heloworld2333
你是說找id和屬性那個(gè)嗎?C:\Users\chenxuanjin\AppData\Local\Android\Sdk\tools\bin這個(gè)目錄下,還是你說的那個(gè)模擬器啊
2018-11-21
最新回答 / heloworld2333
在上面加入import?android.app.Instrumentation;或者快捷鍵ALT+ enter加入這個(gè)import
2018-10-23
最新回答 / heloworld2333
test包里面的依賴是要以test開頭的呀。你改成
implementation肯定不行呀,在gradle里面的
defaultConfig?{}里加入testInstrumentationRunner?"android.support.test.runner.AndroidJUnitRunner"試試吧。 如果不行的話testImplementation改成testCompile唄~因?yàn)橐灿挚赡苣愕膅radle還沒更新
2018-10-21