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
Top