我创建了 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'