androiddexdx

Wildcard in main-dex-list during dex file creation


I would like to have all of my classes in specified package reside in main dex file.

Is there option to use a wildcard there?


Solution

  • Unfortunately, wildcards are not supported.
    However, you can generate the main-dex-list file using this script.
    See my blogpost for more details.