-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels