I have been trying to run Flutter demo app for the first time in Android Studio. I have installed up all settings for flutter in Android Studio and now I am trying to run the ap
It's a simple step to solve this. Just click on project Structure which you will find near Search icon on Android studio toolbar and before your profile icon, you will find project structure. Click on it and select Project SDK And press Ok. You will find that your device is now showing.
It may be related with your Android emulator, you can try to create new one.(It is weird but solved my problem once)
and be sure about the device is active, In your console type adb devices
and you should see your android emulator like following.
Go tools -> Avd manager -> then install an emulator if u didn't , then install a system image .
Documentation https://developer.android.com/studio/run/managing-avds
you can drag debug apk file that you find in (Your App location)\build\app\outputs\apk\debug\app-debug.apk and put it on android emulator and it will install it and run it