Error Record
구글 소셜 로그인 Android 에러
0BigLife
2022. 1. 31. 19:42
728x90
구글과 무슨 악연이 있는지.. 분명 제기능을 잘 하고 있던 소셜 로그인이 안드로이드에서만 빌드 에러를 부려 말썽이다..
첫 번째로 해결해야할 에러..
1. react.gradle 에러
Could not find method android() for arguments org.gradle.api.Project
Getting a bug, when I try to compile my project in studio , i have search quite a bit with no real solution to it Error:(17, 0) Could not find method android() for arguments [
stackoverflow.com
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
두 번째 줄 코드가 맨 하단에 있던 걸 최상단으로 끌어올렸다(android {} 보다 위에 위치하도록.)
2. Android Emulator Wifi disconnected 문제
https://www.youtube.com/watch?v=TNIz3P2r4rU
3. 구글 연결 + Wifi 문제 해결되었으나, 로그인 인증 완료시 'A non-recoverable sign in failure occurred' 에러
해쉬값에 대한 참고 블로그
728x90