Problems with multidexing in Air 25
Hi,
I left a comment on this ticket: Tracker , but it looks like it's maybe considered resolved now because nobody responded. Multidexing support is not working for us.
What we are seeing is that any classes moved to classes2.dex are not available at runtime ( listed using dexdump classes2.dex | grep 'Class descriptor' ). So for example an ANE referencing classes that get put in the secondary dexfile will crash the app with Fatal Exception: java.lang.NoClassDefFoundError.
Does anyone out there have an app that uses multidexing and doesn't have this issue?
