Mobile
[ IONIC ] Could not find com.google.android.gms:play-services-identity:16.0.1 에러 수정
기저귀찬개발자
2021. 9. 21. 00:35
android build 중에 play-services-identity 버전을 못찾는 이슈가 발생했다
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Could not find com.google.android.gms:play-services-identity:16.0.1.
Required by:
project :app
/platforms/android/project.properties 파일의 해당 버전을 낮춰서 버전을 해결했다
cordova.system.library.3=com.google.android.gms:play-services-identity:11.0.4