报错 Could not install the app on the device, read the error above for details.Make sure you have an Android emulator running or a device connected and have set up your Android development environment 大概意思就是安装app到设备上失败,请确保您已经运行了一个安卓模拟器,然后输入adb devices提…
报错: Unable to load script from assets 'index.android.bundle'. Make sure your bundle is packaged correctly or you're running a packager server. uploading-image-826347.png 原因分析 包管理服务器启动失败或没有启动. 解决办法一: 在项目目录下,运行react-native start,启动packager server. 解决办法…