Run Button is Disabled in Android Studio

前端 未结 18 1122
无人及你
无人及你 2020-12-07 15:05

I can\'t click the run button. Does anyone know how to fix it?

\"Disabled

18条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 15:55

    • Select the project view in the android studio.
    • Remove all gradle folders.
    • Restart the android studio.

    This will work.

    The issue is happening since the gradle was configured for an android studio in another machine and the files pushed on the git and are using in your studio.

    After removing these gradle files and restarting the studio, the studio will generate gradle files for your system. This will solve the issue.

提交回复
热议问题