실무 기록

"libnative-googlesignin.so" not found 해결 [슬기롭고 싶은 인턴생활]

톰마토 2025. 10. 13. 20:08
728x90

구글 계정 연동 시도할 때 발생하는 에러 로그

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

 

728x90