1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] After Update to API level 34 app crashes on some Android devices

Discussão em 'Mobile' iniciado por Stack, Setembro 10, 2024.

  1. Stack

    Stack Membro Participativo

    I updated my API level in accordance with newest Google Play Console requirements, but the app crashes on some Android devices.

    I have the following in android/app/build.gradle

    android {
    compileSdkVersion 34
    ...
    defaultConfig {
    minSdkVersion 33
    targetSdkVersion 34
    ...


    In pubspec.yaml

    min_sdk_android: 33


    It works on a lot of Android devices (e.g. Oppo A13 ColorOS, Samsung A71 A13, Samsung Galaxy Z A14), but crashes on some (e.g. Pixel 8 A14). From what I have seen it freezes on the start up launcher icon.

    The latest release is the only active one in Google Play Console admin.

    Why is it still crashing on some Android devices?

    Continue reading...

Compartilhe esta Página