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

前端 未结 7 452
感情败类
感情败类 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:13

    This worked for me. Open your parent/root build.gradle file.

    Add this at the first line: task assemble{}

提交回复
热议问题