Reputation: 41
I'm using Android Studio to test an application. My device shows up in the Flutter Device Selection. Upon running the app, the console says:
Launching lib\main.dart on ANE LX1 in debug mode...
Running Gradle task 'assembleDebug'...
I'm not seeing any errors.
Unfortunately, nothing happens on my device. I followed the flutter installation guide from docs.flutter.dev, not sure what else I can do to get it to work.
Do you have any idea what might be causing this issue? Thanks!
I tried testing a flutter app on my phone. I expected it to run on my phone, but nothing happened.
Upvotes: 0
Views: 577
Reputation: 128
first start your emulator, once it is started just type on terminal flutter run, instead of running it from the run button.
Upvotes: 1