enter image description here
I installed Android Studio, but the version is weird. The version I installed is version 2021, but when I run it with the “flutter doctor” command, it recognizes it as version 2024. I installed version 2024 before, but I also deleted and reinstalled the SDK path, including C:Program FilesAndroid Studio. What is the problem and how should I check this version?
I tried this command already.
flutter config --android-studio-dir="C:Program FilesAndroidAndroid Studio"
And this is the result of the execution of the “flutter doctor -v” command.
enter image description here
I’m lowering the Android Studio version to use the previous version of the SDK. I’d appreciate any additional advice on this.
Currently, I need to install the latest version of the SDK, but I can install the previous version of the SDK. However, the previous version of the SDK is not recognized by flutter. I need a solution to this.