After SDK tool upgrade to revision 12, When I connect to monkeyrunner and use press method like device.press('KEYCODE_HOME','DOWN') Will get error msg
Traceback(most recent call last): File "", line 1, in TypeError:press:The 3rd argument is required.
But I checkde sdk doc that press only contain two argument. is it problem caused by new version SDK tool.