问题
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
回答1:
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 StructureselectProjectfrom left tab and select<No SDK>- Then from the devices list click on one of the AVDs to run
- Make sure your
build gradlecorrectly done - Run
flutter doctorto check if devices are connected - Run your project
来源:https://stackoverflow.com/questions/60393155/no-connected-devices-found-please-connect-a-device