Step 01 · Source
Upload your decoded APK folder
Drop in the ZIP of your decoded APK folder — the output of apktool d app.apk. We’ll scan every smali, XML and manifest file for ad SDK IDs.
Drop ZIP file here
or click anywhere to browse
MAX 2,048MB · .ZIP ONLY
How to use
- Decode your APK locally:
apktool d app.apk - ZIP the decoded folder
- Upload here — we’ll find all ad IDs
- Enter your new IDs
- Download modified ZIP
- Rebuild:
apktool b folder+ sign
Step 02 · Scanning
Reading every file
Looking through smali, XML and manifest files for AdMob, Facebook, Unity, AppLovin and other ad SDK identifiers.
0%
Starting...
Step 03 · Review
Detected ads
Step 04 · Done
All replaced
Download Modified ZIPNext Steps
- Extract the downloaded ZIP
- Rebuild APK:
apktool b folder_name - Sign APK:
java -jar uber-apk-signer.jar -a output.apk - Install on device and test