Issue
How do i resolve these 2 errors in flutter
- Unable to locate SDK and
- Android studio directory
Solution
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
Answered By – Rached Khalledi
Answer Checked By – Terry (FlutterFixes Volunteer)