cordova-plugin-firebase-analytics
cordova-plugin-firebase-analytics copied to clipboard
Broken on Capacitor
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find platform('com.google.firebase:firebase-bom:30.3.1').
Searched in the following locations:
- So in the sync process, it looks like it should remove the quotes around the platform(...) as seen here
<Project home>/android/capacitor-cordova-android-plugins/src/main/java/by/chemerisuk/cordova/firebase/FirebaseAnalyticsPlugin.java:7: error: package by.chemerisuk.cordova.support does not exist
import by.chemerisuk.cordova.support.CordovaMethod;
^
- After I fixed the first issue via the project structure feature in android studio I ran into another problem where it was not find anything relating to the support package that does not exist inside
I'm having the same issue, did you find any solution @kixes?