Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken on Capacitor #206

Open
kixes opened this issue Nov 3, 2022 · 1 comment
Open

Broken on Capacitor #206

kixes opened this issue Nov 3, 2022 · 1 comment

Comments

@kixes
Copy link

kixes commented Nov 3, 2022

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
@Alex0x47
Copy link

Alex0x47 commented Aug 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants