'Enable/Disable Data Enable mechanisam in Genymotion Emulator
I am using Genymotion Emulator with Nexus s and 4.2.2.
Previously i used regular AVD that we can create using Eclipse provided by ANDROID SDK.
In regular AVD we can enable/disable data packet access to internet by using
Settings->Wireless&Networks->Data Enabled
Or by pressing F8 key but i am unable to found it in Genymotion emulator.
Where i can find it?
Solution 1:[1]
I hade this problem.
If you disable the internet and try to debug your app, the app will not be able to connect to vs code debug server.
This what you should do.
1- in your emulator, click Debug/settings and change the ip:port to the following localhost:your port eg 5555
2- disable the wifi and your app will start without internet but still able to connect to vs code
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alen.Toma |
