Issue details
When an application contains several classes with the same name (in different dex files), jadx correctly detect the class duplication, but select a random implementation instead of the one used at runtime by android, both in thecli and gui.
Relevant log output or stacktrace
Provide sample and class/method full name
All those applications use the class with value = "actual" at runtime, but Jadx sometime display the other implementation with value = "dummy".
Jadx version
dev
Issue details
When an application contains several classes with the same name (in different dex files), jadx correctly detect the class duplication, but select a random implementation instead of the one used at runtime by android, both in thecli and gui.
Relevant log output or stacktrace
Provide sample and class/method full name
All those applications use the class with
value = "actual"at runtime, but Jadx sometime display the other implementation withvalue = "dummy".Jadx version
dev