When I flutter run, the app starts normally but when I stop the process, there is no app saved on the device as usual and also the employed build release is empty
normally when I flutter run I get this message:
- flutter run
Launching lib/main.dart on sdk gphone arm64 in debug mode...
Running Gradle task 'assembleDebug'... 25.1s⣽
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
Installing build/app/outputs/flutter-apk/app.apk...
this time, the line
Installing build/app/outputs/flutter-apk/app.apk...
is missing
im using visual studio code, anroid emulator, firebase:
# Firebase
firebase_core: ^1.12.0
cloud_firestore: ^2.5.4
cloud_firestore_web: ^2.4.4
flutter doctor:
[✓] Flutter (Channel stable, 2.10.1, on macOS 12.2.1 21D62 darwin-arm, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.65.1)
[✓] Connected device (2 available)
[✓] HTTP Host Availability
• No issues found!