Reputation: 3598
Could you please help me, is it possible to change IP in Android emulator (via SDK)? I have to change IP in Android emulator during the testing. Or there is some other soft which can help me?
Upvotes: 2
Views: 23934
Reputation: 7462
For those of you coming to this answer in 2020 (using API 29):
From there, enter a new IP address (or just random numbers that match the format) in the four dot notation and then select "Save."
Remember, this device will not use the new IP to access the Internet (it uses your actual IP), but the new IP will show up as the device's IP in testing.
Upvotes: 2
Reputation: 117
Step 1 Start your Android emulator.
Step 2 Click the "Settings" icon.
Step 3 Click "Wireless & Networks" and select "Wi-Fi."
Step 4 Click "More" and select "Advanced."
Step 5 Select the "Use Static IP" button.
Step 6 Select "IP Address." Type in the new IP address you wish you use using four dot notation (X.X.X.X). Click "OK" to save the settings.
Upvotes: 4