You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the dump.py script in homepage, View tree cannot be printed.
Monkeyrunner cannot deal with encoding 'ms936'.
Here's the error message:
130717 14:16:51.702:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions] Script terminated due to an exception
130717 14:16:51.702:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions]Traceback (most recent call last):
File "C:\repo\IntTestBox\dump.py", line 31, in
ViewClient(*ViewClient.connectToDeviceOrExit()).traverse(transform=ViewClient.TRAVERSE_CIT)
File "pyclasspath/com/dtmilano/android/viewclient.py", line 1733, in traverse
File "pyclasspath/com/dtmilano/android/viewclient.py", line 1751, in _ViewClient__traverse
LookupError: unknown encoding 'ms936'
Platform: Win7, 64bit, sdk-tools ver22.0.1
The text was updated successfully, but these errors were encountered:
With the dump.py script in homepage, View tree cannot be printed.
Monkeyrunner cannot deal with encoding 'ms936'.
Here's the error message:
130717 14:16:51.702:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions] Script terminated due to an exception
130717 14:16:51.702:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions]Traceback (most recent call last):
File "C:\repo\IntTestBox\dump.py", line 31, in
ViewClient(*ViewClient.connectToDeviceOrExit()).traverse(transform=ViewClient.TRAVERSE_CIT)
File "pyclasspath/com/dtmilano/android/viewclient.py", line 1733, in traverse
File "pyclasspath/com/dtmilano/android/viewclient.py", line 1751, in _ViewClient__traverse
LookupError: unknown encoding 'ms936'
Platform: Win7, 64bit, sdk-tools ver22.0.1
The text was updated successfully, but these errors were encountered: