解決如下
(in project directory) mkdir android/app/src/main/assets
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
react-native run-android
(in project directory) mkdir android/app/src/main/assets
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
react-native run-android
2018-04-11
android 真機(jī)運(yùn)行界面報(bào)錯(cuò)
unable to load script from assets 'index.android.bundle'
unable to load script from assets 'index.android.bundle'
2018-04-11