Could not get unknown property 'assemble'

前端 未结 3 1702
清酒与你
清酒与你 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: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.

提交回复
热议问题