我创建了 react-native init 项目
然后我使用 react-native run-android 运行项目,它将运行没有任何问题。
当我尝试使用以下评论构建 apk
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 /主/资源
我面临这个错误
错误 ENOENT:没有这样的文件或目录,打开 'android\app\src\main\assets\index.android.bundle'。使用 --verbose 标志运行 CLI 以获取更多详细信息。错误:ENOENT:没有这样的文件或目录,打开 'android\app\src\main\asset\index.android.bundle'