在将其部署到我的Android手机中后,我已经在Windows 10中安装了react native,这给了我
无法从真实设备上的资产“ index.android.bundle”中加载脚本
研究后,我运行了以下命令
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
它给了我3分
This might be related to https://github.com/facebook/react-native/issues/4968
To resolve try the following:
1. Clear watchman watches: `watchman watch-del-all`.
2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
3. Reset Metro Bundler cache: `rm -rf /tmp/metro-bundler-cache-*` or `npm start -- --reset-cache`. 4. Remove haste cache: `rm -rf /tmp/haste-map-react-native-packager-*`.
如何解决?
答案 0 :(得分:0)
这是版本0.56
您将使用此命令初始化version 0.55
react-native init --version="0.55.0" AwesomeProject
答案 1 :(得分:0)
从终端或Cmd转到项目 假设我的项目名称是React c:/反应> 键入cd android c:/ React / android> ./ gradlew cleanBuildCache 点击输入并刷新