capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 54 forks source link

Cannot resolve symbol 'community' #12

Closed andrewl94 closed 3 years ago

andrewl94 commented 4 years ago

Hi! I've followed every step set on installation of the plugin, still I get the error from the title.

image

rdlabo commented 4 years ago

Hi. Please restart android studio and clean build. Thanks.

andrewl94 commented 4 years ago

Hi! I've done that, still the same message. I set a clean build by rebuilding on Android Studio. Could you be more specific on the steps of setting a clean build?

rdlabo commented 4 years ago

Did you do cap sync update android ?

andrewl94 commented 3 years ago

Sorry for the late response. In my case, I'm building with Quasar Framwork, then i forgot to change to src-capacitor folder of the project.

eyecatchup commented 3 years ago

I had the same issue. Solution was to resync with gradle files: File > Sync Project with Gradle File

panzerfausten commented 2 years ago

@eyecatchup this worked for me. Commenting for visibility