Could not get unknown property 'assemble'

前端 未结 3 1675
清酒与你
清酒与你 2021-02-15 18:33

So, yesterday all was fine but now Android Studio with my project is throwing this error:

ERROR: Could not get unknown property \'assemble\' for task \':patternj         


        
相关标签:
3条回答
  • 2021-02-15 18:37

    Try using io.fabric.tools:gradle:1.26.1 instead of io.fabric.tools:gradle:1.+

    0 讨论(0)
  • 2021-02-15 18:43

    "for me latest one(io.fabric.tools:gradle:1.28.0) is not worked, but (io.fabric.tools:gradle:1.27.1) is worked."

    Solution: you can change io.fabric.tools:gradle:1.28.0 -> io.fabric.tools:gradle:1.29.0 it works for me.

    0 讨论(0)
  • 2021-02-15 18:53

    io.fabric keep on changing,Here you can check change-log for fabric

    https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin

    Try using latest one (as per 15-march-2019) io.fabric.tools:gradle:1.28.0 instead of io.fabric.tools:gradle:1.+

    for me latest one(io.fabric.tools:gradle:1.28.0) is not worked, but (io.fabric.tools:gradle:1.27.1) is worked.

    0 讨论(0)
提交回复
热议问题