このページを読みました http://hariniachala.blogspot.com/2011/09/android-application-ui-testing-with.html
そして、このコードを実行したとき
./adb -d shell monkey -p package_name --port 1080 &
./adb -d forward tcp:1080 tcp:1080
telnet localhost 1080
次の問題に直面しました
C:\Users\subhi\Desktop>adb -d shell monkey -p package_name --port 1080
error: device not found
それを行う最も簡単な方法は何ですか?