Closed heshan-song closed 6 years ago
@heshan-song , Try weex plugin add nat-media-image
. I had similar issue using weexpack but using weex add works fine
@sushilparajuli , D:\xuexi\weex\demo-all-02>weex plugin add nat-media-image
This plugin support for Android,iOS platforms.
17:01:17 : nat-media-image has installed success in Android project.
17:01:17 : if you want to update it, please use weex plugin update
command.
17:01:17 : nat-media-image has installed success in iOS project.
17:01:17 : if you want to update it, please use weex plugin update
command.
Prompt installation is successful, but it still can't run
@heshan-song , Can you post your issue screenshot/gif here so I can help? I am successfully running on latest weex environment .
@sushilparajuli Prompt installation is successful,
There is no'weex-plugin-media-image'plug-in project in the'plugins' directory
Please give me one of your engineering catalogues, or give me a 'demo'. I'll refer to it, OK, thank you.
@heshan-song , I think you should probably check out this repo: https://github.com/natjs/nat-explorer and post your code implementation error like How are you calling the method and getting an error? I am just running successfully into my latest weex and interested to help you. Thanks
@sushilparajuli , thank you. thank you. thank you.
@heshan-song 你解决了这个问题了吗? 我也遇到了
@heshan-song @luanxuechao please provide your logs
no logs terminal show success but not found
can you give me some advance ,my email address luanxuechaowd@gmail.com, look forword you reply
@luanxuechao please check your weex-toolkit
version (use weex -v
), make sure your weex-toolkit
's version is v1.x
and your weex project is created by the newest version
@Acathur 是的
https://github.com/alibaba/weex/issues/3156 @heshan-song
@luanxuechao 插件安装正确吗?weex plugin add nat-camera
(注意调用摄像头的插件是camera
,而非media-image
)
我第一次 使用weex 构建项目 安装nat插件, 安装了natjs 然后 安装 我 运行 weexpack plugin add nat-media-image
在plugins 目录下 有一个 json 文件 里面是 是一些 插件 列表 { "type": "maven", "groupId": "com.instapp.nat", "name": "weex-plugin-media-image", "version": "1.0.1", "dependency": "com.instapp.nat:weex-plugin-media-image:1.0.1" },
但是 我发现platforms 平台里面的 ios 安卓 目录 里面 没有 所谓的 weex-plugin-media-image 项目,我在vue 页面 也调用不了,是怎么会呢?