Android Studio build fails with “Task '' not found in root project 'MyProject'.”

前端 未结 20 1571
失恋的感觉
失恋的感觉 2020-11-30 02:31

I get this error when trying to build my project after changing laptop and updating to Android Studio version 0.8.2.

FAILURE: Build failed with an exc

20条回答
  •  感情败类
    2020-11-30 03:13

    Set the path of the root folder and after run the below command

    ex : cd C:\Users\maha\Documents\gradle\gs-gradle-master\initial
    

提交回复
热议问题