Replace ad IDs in decoded APK folders
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

  1. Decode your APK locally: apktool d app.apk
  2. ZIP the decoded folder
  3. Upload here — we’ll find all ad IDs
  4. Enter your new IDs
  5. Download modified ZIP
  6. 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 ZIP

Next Steps

  1. Extract the downloaded ZIP
  2. Rebuild APK: apktool b folder_name
  3. Sign APK: java -jar uber-apk-signer.jar -a output.apk
  4. Install on device and test