the app installed on the android emulator can access network resources normally, for example: Dio().get(‘https://www.google.com’), but the commands that call the system in the app or adb shell cannot access the network, for example: dart:io Process.run(‘tracepath’, [‘www.google.com’]), what is the cause of this, is it the emulator itself or the Settings need to be adjusted?
testing on real physical machines does not have this problem