Flutter does not find android sdk

前端 未结 25 2180
花落未央
花落未央 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条回答
  •  Happy的楠姐
    2020-12-02 10:29

    First open Android SDK Manager and make sure the required SDK's are installed.

    Now open SDK manager, copy the SDK path. Open cmd

    cd C:\Users\your-username\AppData\Local\Android\Sdk\build-tools
    

    now again Change dir to the inner folder in build-tools. check the presence or the name issues of the aapt.exe file.

提交回复
热议问题