Issue
I just open my flutter project in android studio but android studio cannot detect any device. I already installed two emulator from AVD manager but still I face with this error
Solution
Mostly this happens when your Android SDK path is not configured. To do this you can do it as follow:
First of all make sure make sure you followed the installation process
Go to
File -> Project Structure
selectProject
from left tab and select<No SDK>
- Then from the devices list click on one of the AVDs to run
- Make sure your
build gradle
correctly done - Run
flutter doctor
to check if devices are connected - Run your project
Answered By - Seddiq Sorush
Answer Checked By - Clifford M. (JavaFixing Volunteer)