解决方法步骤:
1.cd 到当前项目目录:如:cd AwesomeProject/
2.执行:$react-native bundle --platform android --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --dev false
3.执行:$react-native run-android
解决方法步骤:
1.cd 到当前项目目录:如:cd AwesomeProject/
2.执行:$react-native bundle --platform android --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --dev false
3.执行:$react-native run-android
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。