Flutter does not find android sdk

前端 未结 25 2018
花落未央
花落未央 2020-12-02 09:29

I just tried intalling flutter and since I already had android studio and the android sdk installed I just followed the installation of flutter. Here is my problem: When I r

相关标签:
25条回答
  • 2020-12-02 10:34

    You have to set ANDROID_HOME variable to SDK.

    Create a new variable by the name and set it to the installation directory.

    Make sure SDK is not below 2 subfolders from c drive or any windows root drive.

    0 讨论(0)
提交回复
热议问题