본문 바로가기

개발하면서

Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives

반응형


android studio에서 make apk 시 


Error: null, Cannot fit requested classes in a single dex file (# methods: 74292 > 65536)


Caused by: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives


multiDexEnable true 옵션 추가한다.







반응형