How to compile extension with a lot of external libraries?

Hello!

I am trying to build an extension that requires a lot of external libraries. When I try to compile, it fails either due to conflicts with existing AI libraries, or because the extension exceeds the maximum DEX limit of 65k. Is there any good way around this without changing the core AppInventor? Would it be feasible to create a “wrapper” jar that holds all the external libraries? And how would I get past the DEX limit? Any help would be really appreciated!

Thank you!

1 Like