Stuck at Installing build\app\outputs\apk\app.apk… Flutter Issue Fix

Sometimes, when you run your Flutter project you may come across this particular Flutter issue- you get stuck at

Launching lib/main.dart on XT1635 02 in debug mode…
Built build/app/outputs/apk/debug/app-debug.apk.
..

You may even wait for many minutes and your app wouldn’t start on your Android device. So, how to fix this Flutter issue?

All you need is to remove your Flutter app from your Android device. And make sure you have completely removed the app by going to settings and Installed apps section. Try running your project again and you wouldn’t get stuck with this Flutter issue again.

Similar Posts

2 Comments

Leave a Reply