Android Question Debugging a program on the Genymotion emulator

Sergey_New

Well-Known Member
Licensed User
Longtime User
Why doesn't debugging work on the emulator when there's no internet connection?
Is this how it should be?
 

Sergey_New

Well-Known Member
Licensed User
Longtime User
I entered and executed the full path C:\Android\platform-tools\adb shell settings put global captive_portal_https_url http://127.0.0.1 and C:\Android\platform-tools\adb shell settings put global captive_portal_https_url https://127.0.0.1 . I forgot to open the emulator first. Now the emulator won't start. How can I fix it?
 
Upvote 0

teddybear

Well-Known Member
Licensed User
I entered and executed the full path C:\Android\platform-tools\adb shell settings put global captive_portal_https_url http://127.0.0.1 and C:\Android\platform-tools\adb shell settings put global captive_portal_https_url https://127.0.0.1 . I forgot to open the emulator first. Now the emulator won't start. How can I fix it?
I don't think adb cmd can execute successfully without starting an emulator. try rebooting your pc and re-restarting the emulator.
 
Last edited:
Upvote 0

Sergey_New

Well-Known Member
Licensed User
Longtime User
Попробуйте перезагрузить компьютер и снова запустить эмулятор.
Я запустил эмулятор и выполнил эти два кода. К сожалению, скорость выполнения очень низкая. Вчера я не смог подключиться к форуму. Мне понадобился VPN. Я не знаю, какая сторона блокирует соединение. Думаю, эту тему можно закрыть. Спасибо за участие.
 
Upvote 0

Sergey_New

Well-Known Member
Licensed User
Longtime User
try rebooting your pc and re-restarting the emulator.
I launched the emulator and ran these two codes. Unfortunately, the execution speed is very slow. I couldn't connect to the forum yesterday. I needed a VPN. I don't know which side is blocking the connection. I think this thread can be closed. Thanks for your participation.
 
Upvote 0
Top