I have changed targetSdkVersion and compileSdkVersion to 33,and minSdkVersion is 23 in build.gradle file and in AndroidManifest.xml, updated permissions like this
When I do flutter run, App is installing in emulator(api level 33) and apk also generating but not launching (opening) automatically.
If I open manually by clicking on it,then app is opening.
Flutter run is stucking at Installing build\app\outputs\apk\app.apk...
,
I have attached the image below.