Skip to content

After adding the plugin Android compilation fails #301

@HarelM

Description

@HarelM

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:

  1. npm install @capacitor-community/sqlite
  2. npx cap sync
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions