reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
219 stars 328 forks source link

npx react-native run-android 运行报错 #880

Closed tgwstyle closed 1 month ago

tgwstyle commented 2 months ago

问题的具体描述

执行的命令:npx react-native run-android 报错如下图: image

根据0.75版本配置环境变量npx react-native info

image

package.json

image

预期结果

正常跑起来,正常开发。

tgwstyle commented 2 months ago

@tdzl2003 @pushy-bot 大佬,能不能帮忙看看

sunnylqm commented 2 months ago

https://github.com/reactnativecn/react-native-website/issues/848

licong325 commented 2 months ago

看着像是找不到设备,你没连手机或者没开模拟器,我上次也碰到了,然后我是先开项目,再开模拟器,然后直接npm run android就好了

Git-Wangx commented 1 month ago

@tgwstyle 哥们儿 你整出来了吗 跟你一样的情况 好烦 跑不起来一点

tgwstyle commented 1 month ago

@tgwstyle 哥们儿 你整出来了吗 跟你一样的情况 好烦 跑不起来一点 没有

tgwstyle commented 1 month ago

看着像是找不到设备,你没连手机或者没开模拟器,我上次也碰到了,然后我是先开项目,再开模拟器,然后直接npm run android就好了

android studio的模拟器已打开,adb devices, 和文档的一样, 之前用还自动弹出模拟器

tgwstyle commented 1 month ago

848

降到8.5时, 删除.gradle,再次运行,又报了其他的错

sunnylqm commented 1 month ago

那就创建0.74的项目吧

npx @react-native-community/cli init AwesomeProject --version 0.74.5

tgwstyle commented 1 month ago

image image

无奈无奈,是不是没有0.74.5这个版本?

sunnylqm commented 1 month ago

cli后面可以不要版本号

tgwstyle commented 1 month ago

cli后面可以不要版本号 没有把gradle降到8.5,报错 image

从8.6降到8.5并删除.gradle文件夹,报错 image

image

sunnylqm commented 1 month ago

能用android studio打开android目录跑起来吗

tgwstyle commented 1 month ago

能用android studio打开android目录看起来吗

image