-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Description
Describe the bug
There seems to be a duplicate file between this plugin and probably another one (not sure which) that when I add this plugin I get a compilation error message.
In order to solve this error I add the following lines to gradle.build file in the app folder:
packagingOptions {
exclude 'build-data.properties'
}
To Reproduce
Steps to reproduce the behavior:
npm install @capacitor-community/sqlite
npx cap sync
- try and build in android studio
Expected behavior
I should be able to add this plugin without any compilation errors
Screenshots
N/A
Desktop (please complete the following information):
- OS: [e.g. iOS] Android
- Browser [e.g. chrome, safari] N/A
- Version [e.g. 22] Any?
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Metadata
Metadata
Assignees
Labels
No labels