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
Odd - its like your aapt2 doesn't know about that flag.
Yes, when I use 'java -jar apktool.jar b xxxxx' to build, during the resource building process, the 'aapt2 link' command is invoked with the '--rename-instrumentation-target-package' option appended, but the value passed to it is empty, like this: '--rename-instrumentation-target-package ""'
Sorry, as my English is not proficient, this paragraph was translated with the assistance of ChatGPT.
Information
apktool -version
) - 2.9.3java --version
) - java version "1.8.0_151"Stacktrace/Logcat
Steps to Reproduce
apktool
apktool d xxx.apk, generate apktool.yml like this:
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)No
APK
If this APK can be freely shared, please upload/attach a link to it.
No
Questions to ask before submission
apktool d
,apktool b
without changing anything?Yes, still erorThe text was updated successfully, but these errors were encountered: