Android Studio 0.4.3 - Task 'assemble' not found in root project

前端 未结 7 448
感情败类
感情败类 2020-12-03 09:31

Updated to 0.4.3 the other day and trying to start a new project, not even use an existing project, and I get this error:

FAILURE: Build failed with a

相关标签:
7条回答
  • 2020-12-03 10:36

    Try to run for new versions of gradle

    $ gradle init
    

    It will create initial build.gradle. To see all gradle comands just run

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