-
Notifications
You must be signed in to change notification settings - Fork 18
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
AAPT: error: invalid value for type 'anim'. Expected a reference. #26
Comments
hi first try a round trip with apktool. does that work? |
|
i did an apktool roundtrip, excluding the resources. that worked fine. but I would like to inject java code instead of smali, thus would like to use dexpatcher. would probably save me some time ;) |
please explain better. im away from computer. what do you mean by
"excluding the resources"?
|
|
thanks. please report the problem to the apktool team. the dexpatcher
gradle plugin does not have a solution to patch only code, but you can do
it manually using dexpatcher-tool. also see that "patch-dex" sample. sorry
i cant help you more.
|
What do you mean by dexpatcher-tool? |
there is a repo called exactly that here.
|
cheers, thank you. I will have a look! |
Hi, I started off with the 'patched-app' example. This was compiling fine for me. Then I swapped the APK and adjusted package names, etc. I am not really trying to change anything yet. I just want to re-compile the application.
I am getting the following error and I have no idea, what that means.
The text was updated successfully, but these errors were encountered: