Unity

Unable to load DLL 'native-googlesignin' 해결법

우대비 2024. 12. 20. 01:42
반응형

이 문제는 google-signin-support 파일을 로드할 수 없기 때문에 발생하는 문제일 수 있습니다.

우선, google-signin-support파일이 있는 아래 폴더로 가줍니다.

Assets\GoogleSignIn\Editor\m2repository\com\google\signin\google-signin-support\1.0.4

확장자가 scaar로 되어있는 파일들이 있습니다.

변경 전

 

 

이 파일들의 확장자 srcaar을 aar로 바꿔줍니다.

 

변경 후

 

 

이후 빌드하여 정상 작동하는지 확인합니다.

 

 

DllNotFoundException: Unable to load DLL 'native-googlesignin': The specified module could not be found. · Issue #106 · googlesamples/google-signin-unity

 

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

 

반응형
LIST