My app doesn't work with Capacitor 7 (Android) - All plugins are "not implemented"

I’m using all the latest packages, ios works fine, android gives me this error:

Assuming you’ve done all the troubleshooting steps here? Gradle Sync, Clean/Rebuild, Invalidate cache?

hello!

yes, but without any luck.

Now i’m removing plugin by plugin, maybe i’ll discover what is causing the issue.

My suspect is this plugin:

@capacitor-community/apple-sign-in”: “^6.0.0”,
or this:
@codetrix-studio/capacitor-google-auth”: “^3.3.6”,

The apple-sign-in plugin has to be on v7 to support Capacitor v7 - apple-sign-in/CHANGELOG.md at d4bbf7cff76eb639233f123a3c2696a3730cb9e1 · capacitor-community/apple-sign-in · GitHub

I will try this evening, I think that was the problem.

But what about google plugin? Can use the 3.4.0 version or should I uninstall it and find another plugin?

It looks like the Google plugin is not maintained. I would look at using Capgo’s plugin - GitHub - Cap-go/capacitor-social-login: One plugin to make login with Google,Apple,Facebook and so on, simple and fast to implement

I’ve fixed the issue by removing Apple Sign-In, Facebook Login, and Google Auth and using the plugin you suggested.

That was the problem.

However, I believe this kind of error should be more descriptive so that users can immediately understand how to proceed instead of having to go through countless trial-and-error attempts.

thank you for your time!