无法在React Native中以调试模式运行应用

时间:2019-11-24 20:37:46

标签: android reactjs react-native react-native-android

我的本​​机调试应用程序在打开它时就抛出以下错误,

enter image description here

点击重新加载后,它使我进入错误屏幕下方,

enter image description here

我经历了this,并在我的android manifest file(android:usesCleartextTraffic="true")中进行了更改,但是仍然发生相同的问题

在运行react-native run-android并连接我的物理设备时,它工作得很好,但是在调试APK中却没有,并抛出上述错误。

我使用以下步骤制作了调试APK, 我使用以下命令手动创建了捆绑包,RN版本为0.60.0

react-native bundle --dev false --platform android --entry-file index.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug

然后

cd android && ./gradlew assembleDebug

请在这里帮助我。非常感谢!

1 个答案:

答案 0 :(得分:0)

我通过图像假设您正在真实设备上运行该应用程序? 您能否在同一wifi上尝试使用机器和电话,然后运行命令adb reverse tcp:8081 tcp:8081