mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

Must use reflect to invoke class #10

Open cekowu opened 9 years ago

cekowu commented 9 years ago

I found that we must use reflect to invoke class method.

xuehu54321 commented 9 years ago

but why?