Skip to content

Android Build failing #8

@langalex

Description

@langalex

Android Studio outputs this error when building the app:

Execution failed for task ':app:mapReleaseSourceSetPaths'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
   > Could not find :aparajita-capacitor-logger:.
     Searched in the following locations:
       - file:/path-to-app/android/capacitor-cordova-android-plugins/src/main/libs/aparajita-capacitor-logger.jar
       - file:/path-to-app/android/app/libs/aparajita-capacitor-logger.jar
     Required by:
         project :app

I changed the line in settings.gradle to: project(':aparajita-capacitor-logger').projectDir = new File('../node_modules/@aparajita/capacitor-logger/android') (added "andoid") but no change.

Could this be an issue with capacitor 7 (which I am using)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions