-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
how to copy class to new dex using dexlib2 #877
Comments
I use the following code for plain dexlib2 to write the classes to a new dex file:
And the following code to create/modify an existing class:
|
@auermich93 thinks. |
@yujack008 There are no explicit imports like in a |
i want to move the useless classes to a new dex ,how to? |
def.getFields() and def.getMethods() ERROR
The text was updated successfully, but these errors were encountered: