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

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

    You might need to add settings.gradle with subprojects.

    The settings.gradle file should be placed at the root of the project and contain at least the following line:

    include ':app'
    

    Reference: https://georgik.rocks/missing-run-or-debug-action-in-android-studio/

提交回复
热议问题