I'm trying to learn flutter and want to run a test app I'm writing with Visual Studio Code. Although I set up an Android emulator it doesn't seem to recognise it. What am I missing?
Thanks for your help!
Run flutter doctor and flutter devices, if no devices appear to be connected (in this case, emulated) you need to kill theadb server, open the emulator and then start the adb-server.
kill server using --> adb kill-server command
Start server--> adb start-server
If the issue still persists after this, try flutter doctor --android licenses
And if it still continues, please post your flutter doctor & flutter devices output. If above not works, try those:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With