[Flutter]com.android.support:multidex 오류

류재희·2022년 9월 14일

플러터 공부하던중 error: package androidx.multidex does not exist import androidx.multidex.MultiDex; 라는 오류가 발생했다.

android/app/build.gradle 파일 안에defaultConfig{}이 있을것이다.

마지막에 multiDexEnabled true를 추가해준다.

dependencies{}도 찾아주고 마지막에 implementation "com.android.support:multidex:1.0.3"를 추가한다.


profile
사람

0개의 댓글