CapacitorGoogleAuth icon indicating copy to clipboard operation
CapacitorGoogleAuth copied to clipboard

ERROR : "GoogleAuth" plugin is not implemented on android

Open Samerkassem opened this issue 3 years ago • 1 comments

Yes, I did check the other thread with the similar title, none of their solution worked.

It DOES work in the web in my localhost:port, but in the android emulator it is giving this error. So my implementation is correct in ionic.

I TRIED everything, npx cap sync and update, all, the CodetrixStudio plugin is simply not showing in android studio, even tho the output of my update command is :

[info] Found 8 Capacitor plugins for android:
       @capacitor/[email protected]
       @capacitor/[email protected]
       @capacitor/[email protected]
       @capacitor/[email protected]
       @capacitor/[email protected]
       @capacitor/[email protected]
       @codetrix-studio/[email protected]   
       [email protected]
√ update android in 218.25ms

See? no codetrixStudio-something

image

I am using capacitor 4.0 and I did follow the migration of 3 to 4

You can find my code in, check branch called 'branch':

https://bitbucket.org/fineonexchange/jobleb/src/branch/

Samerkassem avatar Oct 07 '22 18:10 Samerkassem

image

right mouse click, select reload gradle project. Ready!!!

IssaYor avatar Oct 20 '22 15:10 IssaYor