react-native无法在Android虚拟设备上获得BundleBridge

时间:2017-03-31 03:26:29

标签: android react-native

我关注https://facebook.github.io/react-native/docs/getting-started.html。我的开发操作系统 - macOS,mobile - android。 我可以成功地在真正的Android设备上启动应用程序,但不能在虚拟设备上启动。

当我试图在AVD上运行它时,我在控制台中没有错误并且打包器正确启动:

$react-native run-android
...
Installing APK 'app-debug.apk' on 'Nexus_5X_API_23_x86(AVD) - 6.0' for app:debug
Installed on 1 device.

BUILD SUCCESSFUL

Total time: 10.303 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html
Running /Users/ignat/Library/Android/sdk/platform-tools/adb -s emulator-5554 reverse tcp:8081 tcp:8081
Starting the app on emulator-5554 (/Users/ignat/Library/Android/sdk/platform-tools/adb -s emulator-5554 shell am start -n com.three/.MainActivity)...
Starting: Intent { cmp=com.three/.MainActivity }

但是在虚拟设备上我收到此错误: 1

如果我重新加载设备,那么我明白了:

2

我有最新的android studio和JDK,我在指南中做了每一步。亚行工作。相关问题没有任何帮助,其中大多数都与真实设备有关,我在第一张图片中没有堆栈跟踪。 有什么帮助吗?

0 个答案:

没有答案