anlalalu / Q-testing

22 stars 7 forks source link

no module name uiautomator error #9

Open licollins opened 3 years ago

licollins commented 3 years ago

Hello,

I am trying to run q-testing in ubuntu 18 in an Android 9 device, emulator Android 4.4 and emulator Android 6 Emulator, in all I had same error

from uiautomator import Device ImportError: No module named uiautomator

error2

and in Episodes the test is not running, it is appearing the message uiautomator dump error

uiautomator_error

Can you help me to solve this?

xixiAndpipi commented 3 years ago

Did you install uiautomator with 'pip install uiautomator==0.3.6' as our guidance?