Android CTS is showing ShellCommandUnresponsiveException on emulator
问题 I am running Android CTS Android Test Plan on an emulator running on Android 2.2. But most of the test cases are showing timeout and the error shows com.android.ddmlib.ShellCommandUnresponsiveException. Is there any way to solve this issue ? 回答1: Set shell command time out to 5 minutes (instead of 5 seconds:-)) diff --git a/tools/host/src/com/android/cts/TestDevice.java b/tools/host/src/com/android/cts/TestDevice.java index 65ff969..b8578bc 100644 --- a/tools/host/src/com/android/cts