An APK is a ZIP archive. Open and extract its contents in your browser β no upload, no tools to install.
Drop an APK file here
.apk, .xapk or .zip β click to select
Files never leave your device. 100% in-browser.No Android device or tools to install.
Android packages (.apk) are standard ZIP archives with a different extension. This tool uses JSZip to open the archive directly in your browser and exposes every file inside β AndroidManifest.xml, classes.dex, resources.arsc, the res/ and assets/ folders, META-INF signature files, and native lib/ binaries β so you can inspect or extract exactly what you need. No upload, no server, no Android device required.
Note: AndroidManifest.xml and classes.dex inside an APK are in binary/compiled format. This tool gives you the raw files as-is. To read the manifest as text or decompile the bytecode, you need a dedicated tool like apktool or jadx β this is an intentional limitation, not a bug.
Other archive tools you might need