Run Button is Disabled in Android Studio

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

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

\"Disabled

18条回答
  •  轮回少年
    2020-12-07 16:00

    for flutter project, if the run button is disabled then you have to

    tools>> flutter>> flutter packages get >>enter your flutter sdk path >>finish

    This should solve your problem...

提交回复
热议问题