我正在尝试使用此处描述的此特定配置在 flutter 应用程序中捕获网络调用,但没有成功。 https://docs.telerik.com/fiddler-everywhere/get-started/mobile-traffic/configure-android 通过在 AndroidManifest.xml 中的应用程序标记下方添加。我还使用 apktool 对 apk 的资源进行解码/编码,进行更改,然后使用 apk-signer 再次对应用程序进行签名。
<application android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory"android:icon="@mipmap/ic_launcher" android:label="Test_pp" android:name="io.flutter.app.FlutterApplication">
我也尝试过 Http 工具包,但没有成功。