We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我现在的项目有三个dex,按照dexknife的配置,只能明确指定一个类在主dex,而其他的类会随机分配在dex2和dex3中,大神这个项目能够增加明确指定某些类只分配在某一个dex(非主dex)中功能吗?
The text was updated successfully, but these errors were encountered:
暂时不能,而且指定到其他dex中也没意义,App启动时只会先加载 主dex,然后再一次加载后续dex
Sorry, something went wrong.
No branches or pull requests
我现在的项目有三个dex,按照dexknife的配置,只能明确指定一个类在主dex,而其他的类会随机分配在dex2和dex3中,大神这个项目能够增加明确指定某些类只分配在某一个dex(非主dex)中功能吗?
The text was updated successfully, but these errors were encountered: