Hi all, in my first article I explained how to install Android 4.0 in VMware workstation. Here i'll demonstrate to bridge android vm to eclipse IDE. Let's skip the detail and get started.
First run ICS from your VM and open up android command prompt. (Navigate to applications and run Terminal Emulator)
Type "netcfg" in terminal to find out IP of your vm
Then go to cmd(windows command prompt) and move to "platform-tool"
folder in your android installation path(in my case cd
C:\android-sdk-windows\platform-tools)
Then type "adb connect your ip" command
...