[Android] Running Monkey Test for QNotepad on Android Emulator

I try to run the monkey test for QNotepad on Android Emulator.

The monkey test command is like this,

#> adb shell monkey -p packageName -v 500

The packageName is the package name you want to test. the 500 is the event-count.


發佈留言