Flutter app not running on debug mode Pixel6 pro

Viewed 46

I have a problem since yesterday when I upgraded my Pixel Pro 6 to android 13 I can't install apps in debug mode and debug them with the device.
They get stuck on

√  Built build\app\outputs\flutter-apk\app-debug.apk.

I have tried upgrading the compile SDK version to 33 and the Gradle version to 7.2.2 and Kotlin version to 1.7.10 but no luck.

1 Answers

I downgraded my compileSdkVersion to 32 and sadly it solved my issue.

Related