Skip to content
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

[core] Missing referenced methods #1680

Closed
bagipro opened this issue Sep 23, 2022 · 3 comments
Closed

[core] Missing referenced methods #1680

bagipro opened this issue Sep 23, 2022 · 3 comments
Labels
bug Core Issues in jadx-core module

Comments

@bagipro
Copy link
Collaborator

bagipro commented Sep 23, 2022

Hey!

APK: https://drive.google.com/file/d/1XBpFGkIORvQkPu8sYaWFpSZ1ZI87QpxR/view?usp=sharing

File com/android/settings/accessibility/AccessibilityDialogUtils$$ExternalSyntheticLambda1.java:

    public final void onClick(View view) {
        AccessibilityDialogUtils.m71$r8$lambda$F89HzqjFJpwf2rTv8FkXEQZ4E(this.f$0, view); // <<<
    }

Method $r8$lambda$F89HzqjFJpwf2rTv8FkXEQZ4E() is missing. And this error happens in almost every originally lambda declaration

@bagipro bagipro added bug Core Issues in jadx-core module labels Sep 23, 2022
@jpstotz
Copy link
Collaborator

jpstotz commented Sep 24, 2022

From the code you have posted I assume you have the preferences Inline Anonymous classes: disabled and Inline Methods: Enabled?

As workaround you can also disable Inline Methods, then method $r8$lambda$F89HzqjFJpwf2rTv8FkXEQZ4E() should exist (tested using latest unstable version of Jadx).

@bagipro
Copy link
Collaborator Author

bagipro commented Sep 24, 2022

Hey @jpstotz,

Thanks for your message! I use the following configuration:

  • Inline Methods = enabled
  • Inline Anonymous classes = disabled

@skylot
Copy link
Owner

skylot commented Sep 25, 2022

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Core Issues in jadx-core module
Projects
None yet
Development

No branches or pull requests

3 participants