You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: