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

[gui] res/values/ directory not showing up #2373

Open
1 of 3 tasks
razaina opened this issue Dec 19, 2024 · 3 comments
Open
1 of 3 tasks

[gui] res/values/ directory not showing up #2373

razaina opened this issue Dec 19, 2024 · 3 comments
Labels

Comments

@razaina
Copy link

razaina commented Dec 19, 2024

Issue details

Hi,

I am trying the new version 1.5.1, and I just figured out that the res/values/ directory is not visible anymore, whereas one can see that when you search for a string that you expect to be - let's say in the strings.xml - the search windows shows that it is in res/values/ strings.xml .

a

b

Jadx version

1.5.1

Java version

17.0.12

OS

  • Windows
  • Linux
  • macOS
@razaina razaina added bug GUI Issues in jadx-gui module labels Dec 19, 2024
@MrIkso
Copy link
Contributor

MrIkso commented Dec 19, 2024

This is normal, strings.xml is included in resources.arsc. Click in resources.arsc node and you seen other values resources.

@skylot
Copy link
Owner

skylot commented Dec 19, 2024

Hm, I agree this is confusing, I think we need to use 'full paths' with source file as a prefix, like this:
resources.arsc:/res/values/strings.xml
Such rename should be implemented carefully, because it might affect export.

Another possible approach is to add a dedicated section 'Android Resources' at the left panel and show merged resource files. But this might be also confusing, because it will duplicate some entries from current 'Resources' section (which is actually shows all loaded files and content)

@MrIkso
Copy link
Contributor

MrIkso commented Dec 19, 2024

like this:
resources.arsc:/res/values/strings.xml

I think it's best variant, showing it's virtual path only on search window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants