You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
Jadx version
1.5.1
Java version
17.0.12
OS
Windows
Linux
macOS
The text was updated successfully, but these errors were encountered:
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)
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 thestrings.xml
- the search windows shows that it is inres/values/ strings.xml
.Jadx version
1.5.1
Java version
17.0.12
OS
The text was updated successfully, but these errors were encountered: