Nik*_*idz 2 java android gradle build.gradle android-gradle-plugin
尝试构建Android-SimpleLocation 时,出现以下错误:
Unable to determine constructor argument #1: missing parameter of type Factory, or no service of type Factory<LoggingManagerInternal>.
Open File (which is a link to my build.gradle file)
Run Code Online (Sandbox Code Playgroud)
有任何想法吗?
您正在使用以下依赖项,
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
Run Code Online (Sandbox Code Playgroud)
使用以下或更高版本更新这些。
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
Run Code Online (Sandbox Code Playgroud)