We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
MediaImageModule.java/MediaImageModule.java:24
then it works! But I still can't use nat to pick image from the gallery.
The text was updated successfully, but these errors were encountered:
We will fix it this week
Sorry, something went wrong.
update nat-media-image to the lastest version (>= 0.2.1), natjs >= 0.0.8
nat-media-image
0.2.1
natjs
0.0.8
weex plugin remove nat-media-image weex plugin add nat-media-image
No branches or pull requests
When I build the app in my mac, it show this log in the terminal.
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.
The text was updated successfully, but these errors were encountered: