com.android.ddmlib.ShellCommandUnresponsiveException

简介:       在运行 React-Native 的项目的时候使用命令行 react-native run-android 的时候,有时会运到 com.android.ddmlib.ShellCommandUnresponsiveException 报这个异常的时候,一般都是 android 中的 build.gradle classpath 'com.android.tools.build:
      在运行 React-Native 的项目的时候使用命令行 react-native run-android 的时候,有时会运到 com.android.ddmlib.ShellCommandUnresponsiveException 报这个异常的时候,一般都是 android 中的 build.gradle classpath 'com.android.tools.build:gradle:1.3.0' 的版本太低了,所以只要把它的版本调高了,就可以了
目录
相关文章
|
6月前
|
Android开发 开发者
Error:Could not find com.android.support:appcompat-v7:27.0.2.
Error:Could not find com.android.support:appcompat-v7:27.0.2.
126 0
|
5月前
|
Android开发
Android studio 出现Plugin [id: ‘com.android.application‘, version: ‘8.1.0‘, apply: false] 问题解决办法
Android studio 出现Plugin [id: ‘com.android.application‘, version: ‘8.1.0‘, apply: false] 问题解决办法
1102 1
|
6月前
|
Android开发
android.app.BackgroundServiceStartNotAllowedException
android.app.BackgroundServiceStartNotAllowedException
258 3
|
6月前
|
Kotlin
找不到 kotlinx.android.synthetic***
找不到 kotlinx.android.synthetic***
193 0
|
缓存 Java 开发工具
aapt问题,compileSdkVersion、buildToolsVersion、buildToolsVersion、 com.android.suppor
aapt和aapt2就是个升级后的关系,这个东西主要就是打包资源文件,包括layout,drewable等,你要注意这些资源文件命名格式。例如:layout不能有大写,资源文件命名不能中文,资源文件id要明确,不能重复,等等,就是你资源文件问题,有一个很low的方法,就是在gradlew直接  =false,这个不能根本解决问题,大部分人只是用下,解决了,但是不懂也不行。
522 0
aapt问题,compileSdkVersion、buildToolsVersion、buildToolsVersion、 com.android.suppor
程序包androidx.appcompat.app不存在
程序包androidx.appcompat.app不存在
382 0
程序包androidx.support.annotation不存在/import androidx.v7.app.AppCompatActivity;报错
程序包androidx.support.annotation不存在/import androidx.v7.app.AppCompatActivity;报错
352 0
错误: 程序包android.support.v7.app不存在 import android.support.v7.app.AppCompatActivity
错误: 程序包android.support.v7.app不存在 import android.support.v7.app.AppCompatActivity
429 0
程序包androidx.support.annotation不存在/import android.support.annotation.NonNull;报错
程序包androidx.support.annotation不存在/import android.support.annotation.NonNull;报错
513 0
Could not find com.android.support:appcompat-v7:25.3.1.
Could not find com.android.support:appcompat-v7:25.3.1.
82 0