Tried to run monkey on my device(xiaomi); getting this error, but other device(samsung) working fine with monkey command.
C:\Users\naresh>adb -s <deviceID> shell monkey -p com.an.biometric.sample -c android.intent.category.LAUNCHER 1
bash arg: -p
bash arg: com.an.biometric.sample
bash arg: -c
bash arg: android.intent.category.LAUNCHER
bash arg: 1
args: [-p, com.an.biometric.sample, -c, android.intent.category.LAUNCHER, 1]
arg: "-p"
arg: "com.an.biometric.sample"
arg: "-c"
arg: "android.intent.category.LAUNCHER"
arg: "1"
data="com.an.biometric.sample"
data="android.intent.category.LAUNCHER"
** No activities found to run, monkey aborted.