Recently, I was hit by
Unable to execute dex: method ID not in [0, 0xffff]: 65536
I came across 2 code which able to measure number of methods in a dex
Both methods require me to have the generated dex file, in order to perform measurement.
But, what I can do, if I wasn't able to even generate the dex file, due to large number of methods?