Skip to content

Commit

Permalink
Merge pull request #312 from IsraelHikingMap/master
Browse files Browse the repository at this point in the history
Add info related to #301
  • Loading branch information
jepiqueau committed Aug 28, 2022
2 parents 2a74632 + c6f5671 commit f66657a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,15 @@ npx cap open ios
```
npx cap open android
```
In case you get the following error:
`x files found with path 'build-data.properties'.`
You can you add the following code to `app/build.gradle`:
```
packagingOptions {
exclude 'build-data.properties'
}
```
See [#301](https://github.com/capacitor-community/sqlite/issues/301) and [SO](https://stackoverflow.com/questions/63291529/how-to-fix-more-than-one-file-was-found-with-os-independent-path-build-data-pro] for more information.

### Electron

Expand Down

0 comments on commit f66657a

Please sign in to comment.