Hi. I'm using ADB over TCP [1] to access my device and it's working [2] but when I try to use my monkeyrunner script I got some errors, like:
dev = MonkeyRunner.waitForConnection(20,"192.168.50.14:7001") 110516 12:26:31.171:S [MainThread] [com.android.monkeyrunner.adb.AdbMonkeyDevice] Adb rejected adb port forwarding command: unknown host service -OR- dev = MonkeyRunner.waitForConnection(20,"192.168.50.14") Returns 'NoneType' to dev. Even when I have only one device attached and try waitForConnection() without parameters I got "Adb rejected adb port forwarding command: unknown host service" Somebody has a suggestion how can I proceed to fix that? Best regards, --tm [1] $ adb devices List of devices attached 192.168.50.14:7001 device [2] $ adb -s 192.168.50.14:7001 shell getprop ro.product.cpu.abi armeabi-v7a -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en