reactnativecn / react-native-website

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

无法正常启动模拟器 #723

Closed GeorgeHcc closed 11 months ago

GeorgeHcc commented 1 year ago

run npx react-native info

image image

run npm run start

image

JDK11,JDK8都尝试了一样报错,个人感觉是jdk版本或者Android SDK包的问题

haohuihai commented 11 months ago

可以删除node_modules, 重新npm install,在运行试试,

sunnylqm commented 11 months ago

是纯rn项目还是原生集成?原生集成的话文档有误,已修复

https://github.com/reactnativecn/react-native-website/commit/8d8a4719fd211258bb3ddef97b813215f351d1cd

GeorgeHcc commented 11 months ago

是纯RN项目,初学者,删除node_modules也不行