Managed to fix it by doing a complete uninstall of Android Studio, deleting the C:\Users\Your Name\AppData\Local\Android folder, deleting any Android Studio settings folders (in my case C:\Users\Your Name\. AndroidStudio2. 3 and C:\Users\Your Name\. AndroidStudio2.
Read moreHow do I fix failed to install the following Android SDK packages?
Problem: SDK license not accepted
Read moreHow do I fix a missing Android SDK?
Quick fix: Go to the Tools –> SDK manager –> SDK tools. Deselect Hide obsolete packages option on the right bottom and further install Android SDK Tools(obsolete) . A new folder named Tools is now generated in the SDK directory.
Read moreHow do you change the Flutter SDK?
There are several ways to upgrade or downgrade the Flutter SDK version. It can be done by changing the git branch of the Flutter SDK repository, changing the channel, or downloading a specific version from their website . To upgrade to the latest version, you can use the flutter upgrade command.
Read moreHow do you add a Flutter SDK in VS Code?
Start VS Code. Invoke View > Command Palette…. Type “install”, and select Extensions: Install Extensions. Type “flutter” in the extensions search field, select Flutter in the list, and click Install .
Read more