Cannot fit requested classes in a single dex file (# methods: 74032 > 65536)

Cannot fit requested classes in a single dex file (# methods: 74032 > 65536)




added your: build.gradle

1.    implementation 'com.android.support:multidex:1.0.3'
2.    multiDexEnabled true
3.    android:name=".MyApplication"
android {
compileSdkVersion 31

defaultConfig {
applicationId "*******.com"
minSdkVersion 16
targetSdkVersion 31
versionCode 3
versionName "1.03"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Cannot fit requested classes in a single dex file (# methods: 74032 > 65536) Cannot fit requested classes in a single dex file (# methods: 74032 > 65536) Reviewed by TechTubeHQ on May 01, 2022 Rating: 5

No comments:

Powered by Blogger.