-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[BUG] ClassNotFoundException in recompiled app #3531
Comments
I assume Dropbox app based on stacktrace? Or can you link me to exact version/app you are referring? |
https://play.google.com/store/apps/details?id=com.jlr.jaguar.incontrolremote.appstore&hl=en&gl=US I can share the apks if needed. |
Any news? |
I downloaded the application and was surprised to find it over 200mb - for a remote...for a car. Thats about all the news at the moment.
|
Yeah, it's enormous. But I'll be interested to see if the size reduces significantly when you assemble it again with apktool. I suspect it strips away quite a bit by mistake. |
Information
apktool -version
) - 2.9.3java --version
) - 17.0.9Stacktrace/Logcat
Doing a
apktool d
and subsequentapktool b
on a specific app results in a base.apk that is about half the size of the original (39M vs 61M). Hence, when the app is launched I get aClassNotFoundException
.apktool
doesnt show any errors in decompilation or compilation either.The text was updated successfully, but these errors were encountered: