Download apktool
script and jar automatically, and remove the AD.
bash main.sh [app.apk]
Only support on Linux PC now, if you want to use on other platform, please change the apktool
script and modify the main.sh.
I: Building resources... W: Public symbol... declared here is not defined.
Two solutions:
- Update to latest apktool (prefer)
- Replace some tags manually
No resource identifier found for attribute 'foregroundServiceType' in package 'android'
Two solutions:
- Pull the component from your phone (prefer?)
- switching sdk version of android.jar from 28 to 30
Thanks for advice from @0xheartcode and all the users from original gist