does anyone know why I encounter an error when I try to finally build my signed apk. it gives me 4 errors; 1.Cannot fit requested classes in a single dex file (# methods: 77345 > 65536) 2.com.android.tools.r8.CompilationFailedException: Compilation failed to complete, position: null 3.com.android.tools.r8.utils.b: Cannot fit requested classes in a single dex file (# methods: 77345 > 65536) 4.com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
I have no idea about any of these errors as I have encountered them before and don`t know their meaning.
If anyone can help me finalize my project, it would really mean alot.<3