Unanswered question

For recording hybrid app, which all emulators(Andriod,IOS)can be use inplace of real device,and setup doc pls share

Hi Team,

We are not provided with real devices for testing, hence instead need to use emulator. I couldn't find any documents which helps me with the steps to follow for recording using emulator. Like in real real device we are to configure the IP setting etc. How can the same be done using emulator for both Andriod and IOS. Please assist and also share if there are any documents with the steps to follow. Thanks

pallavi D.
pallavi D.

pallavi D.

Level
0
57 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The procedure to modify the proxy settings of the emulator may be different depending on which emulator you are using.

For Android maybe you can look at this page here that provides some ways to do it.

For IOS simulator it seems that it can use the system proxy settings.

pallavi D.
pallavi D.

pallavi D.

Level
0
57 / 100
points

I have installed Android Studio in my desktop, created an emulator. Now I want to connect this created virtual device to internet connection same as my local desktop.
Upon read-through found that in case of Wi-Fi connection availability we can connect it by enabling wifi settings in Control panel. But here in this case, we are to connect to the LAN (Ethernet ) connection to which the desktop is connected. I followed the below command but is not fruitful.
 Go to the directory where android studio is installed
 Open cmd then go to that path (cd <give path of the directory>)
 Command for internet access: emulator.exe –avd <device name> -dns-server <IP>

Please suggest
Your advices so far are highly appreciated. Thank you.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If you look at that Android Studio documentation page here it seems that you can set the proxy settings directly from Android Studio.