Starting android emulator and connecting to localhost with proxy via my local ip address (for certain reason 10.0.2.2 doesn't work and I don't understand why)
Trying to recording responses from my api
However, instead of getting responses, my android emulator loses internet connection and can't do any запросы.>
Я пытаюсь настроить автономный Wiremock на пути к записи всех запросов из определенного API на моем эмуляторе Android с шагами ниже: < /p> [list] [*] Запуск Wiremock на машине с: [code]java -jar wiremock-standalone-3.13.1.jar --proxy-all="https://example.api.com" --record-mappings --verbose[/code] [*]Starting android emulator and connecting to localhost with proxy via my local ip address (for certain reason 10.0.2.2 doesn't work and I don't understand why) [*]Trying to recording responses from my api [/list] However, instead of getting responses, my android emulator loses internet connection and can't do any запросы.>