如何为Android Emulator分配静态IP

时间:2013-07-09 06:33:23

标签: android networking ip settings emulation

我需要为我的Android 2.2仿真器分配一个静态IP。所以我检查了Wi-Fi设置下的使用静态IP选项,并提供了IP和网关。但是当我使用ifconfig eth0在adb shell中检查时,它仍显示默认IP。看来我需要从命令行设置。有什么帮助吗?

2 个答案:

答案 0 :(得分:1)

您可以查看此链接http://www.ehow.com/how_10006833_change-ip-android-emulator.html

来自那里的概要

<强>说明

    1

    Boot the emulated Android device in the Android emulator.
    2

    Click the "Applications" icon.
    3

    Click "Settings."
    4

    Click "Wireless and Network."
    5

    Click "Wi-Fi Settings."
    6

    Click the "More" button.
    7

    Click "Advanced."
    8

    Click "Use Static IP."
    9

    Click "IP Address" and enter a new IP.

答案 1 :(得分:0)

在Android模拟器中,如果你执行ifconfig,那么你会看到bridge,eth0&amp; eth1作为网络设备。其中bridge的10.0.2.15为ip,eth0为up但没有任何ip,eth1在没有任何ip的情况下关闭。

REFER THIS