natjs / nat

A powerful kit for adding native functionalities to your weex app.
http://natjs.com
282 stars 25 forks source link

nat-media-image compile error #4

Closed WynterDing closed 7 years ago

WynterDing commented 7 years ago

When I build the app in my mac, it show this log in the terminal.

需要: Activity,HashMap<String,Object>
找到: Activity,HashMap<String,Object>,<匿名HLModuleResultListener>
原因: 实际参数列表和形式参数列表长度不同

I try to delete the last paramater in the MediaImageModule.java/MediaImageModule.java:24

then it works! But I still can't use nat to pick image from the gallery.

acathur commented 7 years ago

We will fix it this week

acathur commented 7 years ago

update nat-media-image to the lastest version (>= 0.2.1), natjs >= 0.0.8

weex plugin remove nat-media-image
weex plugin add nat-media-image