gpt4 book ai didi

android - Android 的 React Native 构建只是在最后一步卡住

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:23:17 24 4
gpt4 key购买 nike

我一如既往地开发 React Native 项目;当我在执行 react-native run android 或等效的 cd android && ./gradlew installDebug 后遇到以下错误时。就在最后一步,这个异常被捕获了:`

:app:assembleDebug
:app:installDebug
Exception in thread "Device List Monitor" java.lang.NullPointerException
at com.android.ddmlib.EmulatorConsole.checkConnection(EmulatorConsole.java:317)
at com.android.ddmlib.EmulatorConsole.getConsole(EmulatorConsole.java:231)
at com.android.ddmlib.DeviceMonitor.queryAvdName(DeviceMonitor.java:248)
at com.android.ddmlib.DeviceMonitor.updateDevices(DeviceMonitor.java:220)
at com.android.ddmlib.DeviceMonitor.access$400(DeviceMonitor.java:65)
at com.android.ddmlib.DeviceMonitor$DeviceListUpdateListener.deviceListUpdate(DeviceMonitor.java:662)
at com.android.ddmlib.DeviceMonitor$DeviceListMonitorTask.processIncomingDeviceData(DeviceMonitor.java:847)
at com.android.ddmlib.DeviceMonitor$DeviceListMonitorTask.run(DeviceMonitor.java:781)
at java.lang.Thread.run(Thread.java:745)
> Building 97% > :app:installDebug`

我正在使用 react-native 版本 0.43.2 和 react-native-cli 2.0.1,以及 npm 4.1.2 和 yarn 0.21.3 进行编码; Ubuntu 16.04。所以一切都被最新版本武装到了 dentry ,但我仍然无法找出问题所在。它甚至发生在我刚刚通过 react-native init 创建的项目中,它无处不在。 :(附言确保我的模拟器已启动并正在运行并且问题不是由它引起的。

最佳答案

尝试重启adb,让它探测本地的5554端口

killall adb; adb devices

关于android - Android 的 React Native 构建只是在最后一步卡住,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43266321/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com