Skip to content

Commit

Permalink
* [doc] add more faq
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Jun 15, 2016
1 parent 2389465 commit b4b39f3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ Please install [Git for Windows](https://git-scm.com/download/win) first, see [F

Downloading `license-gradle-plugin.jar` may trigger errors, like `Connection reset` or `peer not authenticated`.
Maybe a network problem, try a proxy or VPN.

## Use local image
Weex's native runtime support load image file from device's disk, all you have to do set the file url like `file:///sdcard/image_new0.png`. As to load image file in your project, Weex is not support yet.

## Error(`The header content contains invalid characters`) in windows
This's is caused by weex-toolkit's dependency 'http-server', whose old version is not working well in chinese windows environment. We have fixed that, you should upgrade weex-toolkit before use that.

## Playground app display nothing (white screen) after scan
Best way to find out what's happening is read debug log, you can follow [this document](https://github.com/alibaba/weex/blob/doc/doc/tools/how-to-debug.md) to firgure out how to do that.

0 comments on commit b4b39f3

Please sign in to comment.