浏览代码

Fix manual link instruction #101

wkh237 9 年前
父节点
当前提交
b70b1719c2
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      README.md

+ 9
- 0
README.md 查看文件

61
 
61
 
62
 If rnpm link command failed to link the package automatically, you might try manually link the package.
62
 If rnpm link command failed to link the package automatically, you might try manually link the package.
63
 
63
 
64
+Open `android/build.gradle`, add this line 
65
+
66
+```diff
67
+dependencies {
68
+    ...
69
++    compile project(':react-native-fetch-blob')                                                                      
70
+}
71
+```
72
+
64
 Open `android/settings.gradle`, and add these lines which will app RNFetchBlob Android project dependency to your app.
73
 Open `android/settings.gradle`, and add these lines which will app RNFetchBlob Android project dependency to your app.
65
 
74
 
66
 ```diff
75
 ```diff