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

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

    I'm sharing how I solved it - If you remove a library. you need to remember to remove it from the settings.gradle file as well. otherwise it may build successfully through command line and not through the android studio

提交回复
热议问题