Paste your AndroidManifest.xml (text XML) to validate structure, spot common mistakes, summarize permissions/activities, and generate a clean formatted copy.
Paste an AndroidManifest.xml (text XML) and click “Validate”.
The Android Manifest Validator is a free online tool that checks your AndroidManifest.xml for common structural errors and missing
fields. The manifest is the central configuration file for Android apps — it declares the app package name, permissions, components (activities/services/receivers),
and platform requirements.
<manifest> root and required fields like packageuses-sdk.xml file.APK manifests are usually stored as binary AXML. This validator targets the text XML form (from source, decompiled output, or copied manifest). For APK-level decoding, use tools like Apktool.
No. The validation runs in your browser.