Android Assets Validator

Validate your Android Asset Links file to ensure proper app deep linking configuration. Check for common issues with file availability, JSON structure, and SHA256 fingerprints.

Validate Android Assetlinks

Check your Android Asset Links configuration

Note: You must keep you file in /.well-known/assetlinks.json path

Validation Results

Results will appear here after validation

Enter a domain above to validate your assetlinks file

What is an Assetlinks.json File?

The assetlinks.json file is a Digital Asset Links file that creates a verified relationship between your website and your Android app. It enables Android App Links, allowing users to open your app directly when clicking links to your website.

Why Validate Your Assetlinks File?

Proper assetlinks.json configuration is essential for Android deep linking. Common issues include:

  • Incorrect file location or accessibility
  • Wrong content type (must be application/json)
  • Invalid JSON format or structure
  • Missing required fields (relation, target, namespace)
  • Invalid or missing SHA256 certificate fingerprints
  • Incorrect package name

How to Use This Validator

  1. Enter your domain URL (e.g., https://example.com)
  2. Click "Validate Assetlinks" to check the file
  3. Review the validation results and address any issues
  4. The file should be at: https://yourdomain.com/.well-known/assetlinks.json