New entries in res/values/integers.xml doesn't recognized by tool and throw an error
The tool dont adapt new entries itself in values/integers and throw below error
"ERROR:
Undefined entry name: <integer name="config_screenBrightnessDim"/>13</integer>"
i added it in integers.xml, apktool used to pick it up automatically but not here
same for ids and other additions in values/ids.xml and other xmls in values folder
00.758 [BUILD] Encoding: package_1/res/values/ids.xml ERROR: Undefined entry name: <id name="drop_anim"/>
How can I reproduce the error
How can I reproduce the error
unpack any apk, add a new entry in any res/values/ids.xml or strings.xml file and try to repack.
@REAndroid any response on it? i think its easily possible to add missing resources to public.id by assigning a new one on recompile ?
Implementing auto resource id is not a big deal, but this error throwing is crucial for many cases like if someone mistyped the name and not intends to generate id. We need also to update public.xml
well, i dont say to update public.xml at all or change anything while recompiling on user's end, generate it directly while recompiling. or atleast add a switch for such option and keep it off by default? gonna ease my work alot otherwise my cpu gonna burn by scanning many files just to add missing stuff
even apktool add it in auto way and not a single bug report or discussion on it from anyone,
@REAndroid this one