본문 바로가기

메모장/Unity

[Unity] Google Play 로그인 에러 DllNotFoundException

종합본 : https://dobby-the-house-elf.tistory.com/202

 

[Unity] GooglePlayGames 로그인 에러 해결

logcat 이용하여 디버깅 하는법 : https://dobby-the-house-elf.tistory.com/192 [Unity] 유니티 모바일 디버깅 방법 (adb logcat 사용법) 안드로이드 APK 로 빌드된 유니티 프로젝트를 logcat을 이용해서 디버깅..

dobby-the-house-elf.tistory.com

Google Play Console 로그인이 다음과 같은 에러 문구가 뜨며 오작동을 일으킬때.

 DllNotFoundException: Unable to load DLL 'gpg': The specified module could not be found.

Assets > Play Services Resolver > Android Resolver > Force Resolve 를 실행 시켜 보자.

 

하핫 오늘의 삽질 포인트!