728x90
반응형
안드로이드 리얼 디바이스에서 에러 발생하기에 기록으로 남긴다.
defaultConfig {
~~생략
minSdkVersion 19
~~생략
multiDexEnabled true
}
~~생략
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.support:multidex:1.0.3"
}
300x250
반응형
'Flutter' 카테고리의 다른 글
[Git] .gitignore 사용법, 적용하지 않는 경우 (0) | 2023.03.26 |
---|---|
앱개발 후기... (0) | 2023.02.20 |
Flutter - 에러 : Warning: dart on your path resolves to~ (M1 air) (0) | 2023.02.12 |
Make scrollable Text inside container in Flutter (0) | 2023.01.29 |
[Sign in with Apple] Apple sign in with firebase 에러 => Unable to process request - PLA Update available 해결 방법 (0) | 2023.01.07 |