在Linux中捆绑android应用程序时出现“无法找到入口文件”错误

时间:2017-02-07 04:41:37

标签: android react-native

我使用下面的命令来捆绑用于android的react-native app。

react-native bundle --platform android --dev false --entry-file ./index.android.js   --bundle-output android/app/src/main/assets/index.android.bundle   --assets-dest android/app/src/main/res

但得到以下错误:

[07/02/2017 12:35:15] <START> Initializing Packager
[07/02/2017 12:35:15] <START> Building Haste Map
[07/02/2017 12:35:15] <END>   Building Haste Map (14ms)
[07/02/2017 12:35:15] <END>   Initializing Packager (126ms)
[07/02/2017 12:35:15] <START> Transforming files

Cannot find entry file ./index.android.js in any of the roots: ["/var/lib/jenkins/jobs/workspace/node_modules/.0.40.0@react-native"]

命令行中指定的条目文件确实存在于当前目录中。有人说这可能是由8081端口号正在侦听引起的。但是我的8081进程由于某种原因无法被杀死,是否有另一种方法可以更改react-native使用的端口号?

0 个答案:

没有答案