Unable to locate Android SDK

前端 未结 2 717
情歌与酒
情歌与酒 2020-12-10 09:12

I already had android studio and the android sdk installed,I later added flutter and flutter sdk. Here is my problem: When I run

> flutter doctor
<         


        
2条回答
  •  无人及你
    2020-12-10 09:59

    Locate the android SDK folder.(eg. D:\SDK)
    Add platforms (D:\SDK\platforms) and platform-tools (D:\SDK\platform-tools) to the PATH variable.
    Run flutter doctor, it should not show any errors or warnings.

提交回复
热议问题