본문 바로가기
한국 20대 개발자의 성장기

Flutter Android Multidex Error

by 멍동구 2023. 9. 13.
728x90

프로젝트파일 -> android/app/build.gradle

    defaultConfig {
        // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
        applicationId "com.example.shin_book"
        // You can update the following values to match your application needs.
        // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
        minSdkVersion 19
        targetSdkVersion flutter.targetSdkVersion
        versionCode flutterVersionCode.toInteger()
        versionName flutterVersionName
        multiDexEnabled true
    }

minSdkVersion 19 변경

multiDexEnabled true 추가