You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a apk ,one of dex‘s function number is 65536 ,i want to move useless classes to a new dex,how to to using dexlib2? and i do not want to rebuild using multiDex.
The text was updated successfully, but these errors were encountered:
If you have a dex file with more than 65k methods, you need to move them to a new dex file or drop them. What do you mean by 'useless'? I would suggest for this purpose https://github.com/DexPatcher/multidexlib2, it can handle multidex out-of-the-box.
i have a apk ,one of dex‘s function number is 65536 ,i want to move useless classes to a new dex,how to to using dexlib2? and i do not want to rebuild using multiDex.
The text was updated successfully, but these errors were encountered: