-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
AndroidClassLoadingStrategy "load" method let dex file not be writen after jar deleted #1722
Comments
Not sure how to solve this, I do not work much with Android these days. Couldn't you use a different folder? I am sure that there must be some advice from Google on this matter. Is there a help board you could inquire? |
From the jar file, I found something interesting with jadx. The de-compilation below
|
jar.delete() and the local odex/vdex of doLoad(classLoader, types.keySet(), jar) have not be finish writen.
also jar and other files below
app_libs.zip
the new class cannot be created by getConstructor(String.class).newInstance("aaa")
The text was updated successfully, but these errors were encountered: