Skip to content

android studio 3.6.1版本,gradle:3.6.1 编译不通过 #215

@hjunren

Description

@hjunren

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ':app'.

Failed to notify project evaluation listener.
No signature of method: org.gradle.api.internal.file.DefaultFilePropertyFactory$DefaultDirectoryVar.getFiles() is applicable for argument types: () values: []
Possible solutions: getAsFile(), getOrElse(java.lang.Object), getOrElse(java.lang.Object), getClass(), getType(), file(java.lang.String)
can't find tinkerProcessReleaseManifest, you must init tinker plugin first!

  • Try:
    Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Activity

extracod

extracod commented on Mar 19, 2020

@extracod

Tinker目前还不支持Gradle 5.x,可以降级到Gradle 4.7和AGP 3.2.1,就能正常编译了。降低一下Gradle版本

zhudi

zhudi commented on Apr 15, 2020

@zhudi

目前5.6.4,3.5.3正常使用。3.6.x失败

anjiuzhe

anjiuzhe commented on Apr 17, 2020

@anjiuzhe

坑死我了,各种百度。最后才找到这来了,官方文档上也不说明一下,泪奔。。。

kornan

kornan commented on May 28, 2020

@kornan

@zhudi 感谢,5.6.4+3.6.3一直失败,改为3.5.3后编译通过

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhudi@kornan@hjunren@extracod@anjiuzhe

        Issue actions

          android studio 3.6.1版本,gradle:3.6.1 编译不通过 · Issue #215 · BuglyDevTeam/Bugly-Android-Demo