Android IDE (AIDE) Support Forum

Enabling multidex in last version of AIDE finally working?

Hey guys, I ran into a class not found exception when adding firebase dynamic links library to my project, cause it was my ninth library. So, I tried again to enable multidex and, it just worked!
Just setting de line multidex enabled true within default configs line in cradle, and adding the support multidex library, then extending my app config class to multidex application. I hope I can continue adding more libraries to my project without having the mentioned no class def exception again. Happy coding.

1 Like

Just to let you know Iā€™m using the android 29 jar, and also started my project with AIDE mate.