我是编程和研究本机语言的新手。 1个月前,我安装了所有内容并开始编写代码,以在模拟器中正常测试该应用程序。我不知道是否做错了什么,但是,当我创建另一个项目并尝试在模拟器中运行它时,模拟器运行了第一个项目,然后擦除了设备,关闭了所有内容,现在它不运行任何应用程序完全没有我的过程像这样:
Open VSCode;
Open Android Studio, then the emulator;
npx react-native run-android;
terminal says
BUILD SUCCESSFUL in 36s
117 actionable tasks: 2 executed, 115 up-to-date
info Connecting to the development server...
info Starting the app on "emulator-5554"...
Starting: Intent { cmp=com.project_two/.MainActivity }
节点窗口
Loading dependency graph, done.
BUNDLE [android, dev] ./index.js 100.0% (449/449), done.
在模拟器中,它执行loading from 10.0.2.2:8081
,然后关闭此窗口并返回主屏幕。而且,如果我尝试手动打开该应用程序,它将停止响应。