'Can't connect android phones / emulator on android studio in mac m1 for flutter
I can't connect my android phones with USB not even any installed emulator in the latest Android Studio Bumblebee m1 chip version on my mac m1 chip laptop, only when I open a flutter project. The emulator works fine when I run a native android project.
When I click on the no device selected, I don't find the Pixel 4 API 31 emulator. I need this emulator to run my app. I think it might be an bumblebee version issue.
Solution 1:[1]
try to run this command
- sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
if still not getting the device then run 'flutter upgrade'
also, check for the developer option on your laptop and debugging option on mobile
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Mayur Devmurari |


