walk() only matches files, so ensureNetworkSecurityXml never found app/src/main/res and skipped creating the XML. AndroidManifest still referenced @xml/network_security_config, causing AAPT link failures. Co-authored-by: ShuMengya <shumengya666@outlook.com>