[ANDROID] Failed to apply plugin [id 'com.github.dcendents.android-maven']


[ANDROID] Failed to apply plugin [id 'com.github.dcendents.android-maven']

git에 있는 오픈 소스를 가져와 빌드를 하려 하니 아래와 같은 에러가 나며 빌드가 실패했다. > Failed to apply plugin [id 'com.github.dcendents.android-maven'] > Could not create plugin of type 'AndroidMavenPlugin'. > Unable to determine constructor argument #1: missing parameter of type Factory, or no service of type Factory. 해결 방법 해당 프로젝트 build.gradle에는 다음과 같이 되어있었다. buildscript { repositories { jcenter() google() } dependencies { c..


원문링크 : [ANDROID] Failed to apply plugin [id 'com.github.dcendents.android-maven']