skylot / jadx

Dex to Java decompiler
Apache License 2.0
41.96k stars 4.9k forks source link

chore: update android attrs (API 35) #2318

Closed pubiqq closed 1 month ago

skylot commented 1 month ago

@pubiqq thanks for update. Although, it concerns me to see that too many IDs are shifted in res-map.txt. This means that these ids shouldn't be replaced with resource names. I will try to investigate this.

Related to #1020, #1035

pubiqq commented 1 month ago

Nothing strange here: res-map.txt hasn't been updated for 5 versions of Android, and it still contains inaccessible resources that may not (and do not) have stable ids.

skylot commented 1 month ago

and it still contains inaccessible resources that may not (and do not) have stable ids

This is sad, but looks like we can't do anything here.

Anyway, I can reproduce result res-map.txt, so it is fine :+1: