Fix "Multiple dex files define L..." Errors
July 22, 2016 —Category: Software
Today I got an error when building the APK: Multiple dex files define L/... My scenario is that of a project with 2 modules: a core and an app . Both modules use a plugin named androiddevmetrics , which generate some code, including a class which has the same signature in both modules. The…