com.android.ddmlib.ShellCommandUnresponsiveException

    xiaoxiao2026-01-27  7

          在运行 React-Native 的项目的时候使用命令行 react-native run-android 的时候,有时会运到 com.android.ddmlib.ShellCommandUnresponsiveException 报这个异常的时候,一般都是 android 中的 build.gradle classpath 'com.android.tools.build:gradle:1.3.0' 的版本太低了,所以只要把它的版本调高了,就可以了
    最新回复(0)