GitHubPopular icon indicating copy to clipboard operation
GitHubPopular copied to clipboard

连接不到模拟器(android)

Open Antine opened this issue 6 years ago • 8 comments

adb devices 显示已经连接到模拟器 正常编译,安装后运行只能进入这个界面 screenshot_1508837871

然后报错界面 screenshot_1508837352

Antine avatar Oct 24 '17 09:10 Antine

一样的错误!看到有方案是修改:\node_modules\react-native\Libraries\Core\InitializeCore.js的代码,可是压根没找到这个文件!求解答!

duyue6002 avatar Nov 02 '17 03:11 duyue6002

换个高版本的模拟器,5.1 或者6.0的。

Antine avatar Nov 02 '17 03:11 Antine

@Antine 用的就是6.0的模拟器。会是node的问题吗?

duyue6002 avatar Nov 02 '17 03:11 duyue6002

你好 在Android6.0的genymotion模拟器上也遇到了上面相同的问题 如何处理?

zxvampire avatar Nov 07 '17 03:11 zxvampire

+1

Mr-tail avatar Nov 10 '17 07:11 Mr-tail

+1

rayhome avatar Nov 23 '17 09:11 rayhome

+1

qq897425998 avatar Feb 02 '18 09:02 qq897425998

U can modify the version of "react-native" to be "0.38.0" && "react" to be "^15.4.0" && "react-dom" to be "^15.4.0",then execute command "npm install" && "react-native run-android", it works for me, hope to help you!

anchor-jack avatar Feb 11 '18 03:02 anchor-jack