구글 계정 연동 시도할 때 발생하는 에러 로그
2025-09-25 13:28:22.693 927 965 Debug nativeloader Load libnative-googlesignin.so using ns clns-7 from class loader (caller=/data/app/~~ugiNQKMP1wiHX8WVeFueKw==/com.metavil.kakaotsgame-9HilOEJLkB-yhrBNjoVR0w==/base.apk!classes3.dex): dlopen failed: library "libnative-googlesignin.so" not found
2025-09-25 13:28:22.700 927 965 Error Unity DllNotFoundException: Unable to load DLL 'native-googlesignin'. Tried the load the following dynamic libraries: Unable to load dynamic library 'native-googlesignin' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen failed: library "native-googlesignin" not found
원래 빌드했을 때 생기던 파일이 안 생긴 것인데

아래 링크를 보고 파일명에서 srcaar을 직접 aar로 수정하는 방법으로 해결하였습니다.
https://github.com/googlesamples/google-signin-unity/issues/106#issuecomment-526860698
DllNotFoundException: Unable to load DLL 'native-googlesignin': The specified module could not be found. · Issue #106 · google
Im getting an error when trying to signin with Google using the google-signin-unity plugin. its showing like this in the logcat errors: E Unity : Unable to find native-googlesignin 08-30 12:21:52.7...
github.com
'실무 기록' 카테고리의 다른 글
| Firestore 오류없이 저장/읽기 안 되는 현상, Firebase 에뮬레이터 UI로 테스트까지, Firebase Functions 배포된 함수 로그 확인하기 [슬기롭고 싶은 인턴생활] (9) | 2025.08.13 |
|---|---|
| 대용량 파일 커밋 실패 대처 기록 [슬기롭고 싶은 인턴생활] (3) | 2025.08.01 |