Sephy
Sephy

Reputation: 50392

Monkey command on android phone?

I'm ok using monkey command on the emulator but is it possible to launch it on a phone i'm using for debug?

Upvotes: 0

Views: 1350

Answers (1)

Sephy
Sephy

Reputation: 50392

i just need to launch the monkey using the -s option and passing the serial of the device (got it from the "adb devices" command) like that -s serial shell

Upvotes: 1

Related Questions