View APK File Info Online

Open an Android application package to read its package name, version, signing certificate and declared components, and re-sign it with your own key — all in the browser. The file is never uploaded.

Choose an APK file

Drag a .apk here, or click to browse. Everything is parsed locally and nothing leaves your device.

Three simple steps

How to View APK Info Online

Drop the package in and read the details without installing anything.

1

Select the APK

Drop the file onto the box or click to pick it. Larger apps may take a moment while the package is read into memory.

2

Read the summary

The package name, version, icon and signing scheme appear instantly, along with certificate fingerprints.

3

Dig into the details

Expand permissions, components and the full file listing, and search for any entry inside the package.

Why use it

A Lightweight APK Inspector in the Browser

No install, no upload, just the facts about an Android package.

Nothing is uploaded

The APK is parsed as a ZIP directly in the browser. It never reaches the 73hi server.

Signature fingerprints

Read the v1/v2/v3 signing scheme and the certificate MD5, SHA-1 and SHA-256 fingerprints.

Resource aware

The viewer resolves the app label and launcher icon from the compiled resource table.

Full file listing

Browse every entry, its size and method, and filter the list by path instantly.

Questions and answers

APK Viewer FAQ

Does the APK leave my computer?

No. The file is read locally in your browser, parsed as a ZIP and inspected on the spot. It is never uploaded to the 73hi server.

What information does the viewer show?

Package name, version name and code, minimum and target SDK, the signing scheme (v1 JAR, v2, v3, v3.1), the certificate subject and issuer, MD5 / SHA-1 / SHA-256 fingerprints, declared permissions, activities, services, receivers, providers and a full file listing.

Can it read the app icon and label?

Yes. The viewer resolves the manifest label and launcher icon, including references into the compiled resource table, and renders the icon directly from the APK.

Is there a file size limit?

The whole file is loaded into memory, so very large APKs may be slow or run out of memory on low end devices. Typical apps parse in a fraction of a second.

Can I sign an APK here?

Yes. Open the APK, then upload an RSA private key (PKCS#8, the standard Android .pk8) and its X.509 certificate. The tool re-signs the package with the JAR (v1) scheme entirely in your browser and downloads the signed file. Nothing is uploaded.