AndroidHttpCapture is an Android network diagnostic and packet capture tool that functions as a mobile equivalent to Fiddler for debugging HTTP and HTTPS traffic on Android devices.
The tool addresses the need to inspect and debug network traffic directly on Android phones without relying on desktop proxy tools. It operates by installing a CA certificate on the device and using a man-in-the-middle proxy approach to intercept HTTP and HTTPS requests. Captured packets are displayed in a preview interface with full request and response details, including headers, cookies, and bodies. JSON responses are automatically formatted for readability. The tool can export captured data as HAR files compressed into ZIP archives for sharing and analysis.
Developers working on Android apps, hybrid applications, or mobile web pages should consider this tool if they need on-device traffic inspection without a separate computer setup. It suits projects requiring response modification, environment switching between different backend configurations, or debugging WebView console output. The tool includes additional network diagnostics such as DNS lookup, ping, and traceroute functionality. System proxy capture allows inspection of traffic from other apps when the device proxy is configured to route through AndroidHttpCapture, making it useful for testing scenarios involving third-party applications. The README notes that response injection currently supports only HTTP traffic, not HTTPS, and that manual certificate installation may be required on newer Android versions.
Development activity shows consistent maintenance with regular updates addressing compatibility issues and feature refinements. The project maintains active engagement with user-reported issues and incorporates feedback into subsequent releases. Code contributions demonstrate attention to both core functionality and edge cases across different Android versions. The maintainer responds to configuration and setup questions, indicating ongoing support for users encountering platform-specific challenges.