You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after a simple install of androis studio and android mode in processing, any build fails with the following error message
ERROR:D8: Cannot fit requested classes in a single dex file (# methods: 131430 > 65536)
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
The number of method references in a .dex file cannot exceed 64K.
in processing previous iteration those were the steps required to build. I'm using lenovo ideaflex pad 5, with ryzen architecture, on windows 10.
It does provide a how to resolve this issue, but its out of the scope of my understanding.
after a simple install of androis studio and android mode in processing, any build fails with the following error message
ERROR:D8: Cannot fit requested classes in a single dex file (# methods: 131430 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K.
in processing previous iteration those were the steps required to build. I'm using lenovo ideaflex pad 5, with ryzen architecture, on windows 10.
It does provide a how to resolve this issue, but its out of the scope of my understanding.
after a simple install of androis studio and android mode in processing, any build fails with the following error message
ERROR:D8: Cannot fit requested classes in a single dex file (# methods: 131430 > 65536)
com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
The number of method references in a .dex file cannot exceed 64K.
in processing previous iteration those were the steps required to build. I'm using lenovo ideaflex pad 5, with ryzen architecture, on windows 10.
It does provide a how to resolve this issue, but its out of the scope of my understanding.
https://developer.android.com/build/multidex#java
The text was updated successfully, but these errors were encountered: