Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webFile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邢皓翔
webFile
Commits
38182811
Commit
38182811
authored
Jun 27, 2018
by
Xinghaoxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编写README FAQ
parent
62a3d0e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
README.md
README.md
+15
-0
No files found.
README.md
View file @
38182811
...
@@ -51,3 +51,18 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
...
@@ -51,3 +51,18 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
#### FAQ
集成后出现如下错误
```
*
What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 22 declared in library [android:webfile:unspecified]
Suggestion: use tools:overrideLibrary="com.bril.webfile" to force usage
```
解决办法:
去webfile module下修改minSdkVersion 为15即可解决
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment