cordova-plugin-firebase-analytics icon indicating copy to clipboard operation
cordova-plugin-firebase-analytics copied to clipboard

Broken on Capacitor

Open kixes opened this issue 2 years ago • 1 comments

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

kixes avatar Nov 03 '22 18:11 kixes

I'm having the same issue, did you find any solution @kixes?

Alex0x47 avatar Aug 03 '23 11:08 Alex0x47