gradle-android-scala-plugin icon indicating copy to clipboard operation
gradle-android-scala-plugin copied to clipboard

DexIndexException, DexException

Open stanch opened this issue 9 years ago • 5 comments

Hi,

I’m not very familiar with the plugin, but it seems that this would be the right place to ask about these exceptions (from https://groups.google.com/forum/#!topic/macroid/IIZ2iyie6h0):

This compiles fine in AndroidStudio but when I tried to run it (assembleDebug) I was getting the DexIndexException for too many methods. I tried enabling MultiDex (according to their wiki and android docs), but this just gave me a new exception:

DexException: Too many classes in --main-dex-list, main dex capacity exceeded

stanch avatar May 27 '15 09:05 stanch