Home > OS >  SDK and android studio issue in flutter doctor
SDK and android studio issue in flutter doctor

Time:09-29

How do i resolve these 2 errors in flutter

  1. Unable to locate SDK and
  2. Android studio directory flutterError

CodePudding user response:

Make sure that you installed Android SDK, also make sure that you setup C:..\android\SDK\tools and C:..\android\plateform-tools in your environment variables

  • Related