안드로이드의 경우 아래 코드를 추가해준다.
android { namespace "com.example.name" compileSdkVersion 33 //(고정한다) ... defaultConfig { minSdkVersion 19 //수정 multiDexEnabled true //추가 } }