问题描述
执行 weex build android 的时候提示
Packaging a project which is used for preview is meaningless.(打包用于预览的项目是没有意义的。)
问题出现的环境背景及自己尝试过哪些方法
我更换过别人的项目代码执行后也是这样。
操作步骤就是
1.weex platform add android
2.weex build android
但是可以使用weex run android 开启模拟器查看,我用android studio去生成 platforms/android ,只是一个Hello,world的默认项目。
相关代码
Packaging a project which is used for preview is meaningless.
We are thinking about how to better define this module.
Please do not use this command for the time being.
For more infomations, you can see:
https://github.com/weexteam/w...
Or you can give us some advice here:
https://github.com/weexteam/w...
我是用 weexpack 打包的
参考:《weex 项目开发(六):weexpack 项目 打包、签名、发布》