반응형
[flutter] [Solution]
no connected devices found please connect a device
No connected devices found; please connect a device, or see flutter.io/setup for getting started instructions
i am using the Android Studion 3.3 on Windows 10. i have created a emulator and it is running manually for the AVD manager but when i Click on Run Button the fallowing messageBox sappers > No con...
stackoverflow.com
$ adb kill-server
1. 위 명령어로 혹시 모를 켜져있는 adb를 모두 종료한다.
2. 1번의 방법으로 안된다면 안드로이드 sdk가 설정되어 있지 않아 발생하는 오류일 가능성이 높다.
아래 스크린샷에 표시된 부분의 sdk를 설정하여 적용해보자.
반응형