APK · Gratis · En tu dispositivo

Corrupt an APK File Online

Corrupt an Android .apk file online for free. Destroys the ZIP container and manifest so the package cannot be installed or inspected.

  • Sin subidas
  • Sin límite de tamaño
  • Sin registro

Corrompe tu archivo APK

Ajustado para .apk, .aab, .xapk, y funciona igual de bien con cualquier otro formato.

100% en tu dispositivo
Suelta archivos aquí o explora Cualquier formato, cualquier tamaño, varios archivos a la vez
Nivel de corrupción

Trabajando…0%
Listo para descargar

Por qué los archivos APK son difíciles de corromper como es debido

An APK is a ZIP archive containing a compiled manifest, DEX bytecode and resources, plus a signature block that Android verifies before installing. Because installation validates both the archive structure and the signature, a corrupted APK fails at a very early and very visible stage.

Qué destruye esta herramienta

  • The ZIP container. Local file headers, the central directory and the EOCD record are all destroyed.
  • AndroidManifest.xml. The compiled binary manifest declaring the package name, permissions and entry activity becomes unreachable.
  • classes.dex. The DEX bytecode entries lose their headers, so nothing can be verified or loaded.
  • The signing block. The APK Signature Scheme block sitting before the central directory is destroyed, so verification fails outright.

Qué verás después

AplicaciónComportamiento
Android install"App not installed" or "There was a problem parsing the package."
adb installINSTALL_PARSE_FAILED_NOT_APK or a signature verification failure.
Google Play ConsoleRejects the upload as an invalid package.
APK analysis toolsjadx and apktool fail to open the archive.

Motivos habituales para hacer esto

  • Testing that a sideloading or MDM flow rejects invalid packages.
  • Verifying an app distribution portal validates uploads before publishing.
  • Checking that a download-and-install pipeline detects a truncated transfer.
  • Producing malformed packages for a mobile security analysis exercise.

Cómo corromper un archivo APK

  1. Suelta tu archivo .apk en la caja de arriba, o haz clic para explorar.
  2. Deja el nivel en Standard salvo que quieras un daño parcial (Light) o necesites derrotar al software de recuperación (Heavy).
  3. Pulsa Corromper archivo. El procesamiento ocurre en tu dispositivo, así que termina casi al instante.
  4. Descarga el resultado. De forma predeterminada conserva el nombre de archivo y la longitud en bytes originales.

Preguntas frecuentes sobre APK

Why does Android say "parsing the package"?

Because the installer reads the ZIP structure and the compiled manifest before anything else. Both are destroyed, so it fails at the parse stage rather than at install.

Does it break the signature?

Yes. The signing block sits inside the archive and is destroyed with it, so signature verification fails even if a parser somehow got that far.

Does it work on AAB bundles?

Yes. Android App Bundles are also ZIP containers and use the same profile.

Can I still inspect it with apktool?

No. Without a readable archive index there is nothing for apktool or jadx to decode.

Úsalo con responsabilidad. Files Corrupter está pensado para pruebas de software, QA, investigación, formación y educación. Entregar un archivo corrompido a propósito para tergiversar un trabajo terminado puede infringir las normas de tu centro educativo o de tu empresa. Eres responsable del uso que hagas del resultado. Consulta nuestro aviso legal.

Más herramientas de system

Todas las herramientas de corrupción