I am writing an app in flutter, it runs in my ios simulator but it doesn't run on the android simulator. When starting it on android simulator the flutter logo just pops up and disappears, the debug process continues running endlessly without closing or throwing any errors. What could be the issue?
Expecting the Android simulator to run the app.