Skip to content

Commit

Permalink
Add filePaths instruction for Android in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javaherisaber committed Sep 9, 2022
1 parent 2f6260f commit 900fc3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ when Conflict with other plugins about FileProvider, add code below in your /and
</application>
</manifest>
```
furthermore add code below in your `/android/app/src/main/res/xml/filepaths.xml`
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<external-path name="external_storage_directory" path="." />
</resources>
```

when Android dependency 'com.android.support:appcompat-v7' has different version for the compile error, add code below in your /android/build.gradle
```gradle
subprojects {
Expand Down

0 comments on commit 900fc3d

Please sign in to comment.