By mswatcher
via amitcs.wordpress.com
Submitted: Dec 07 2012 / 12:42
he goal is to be able to use the new VM from Eclipse using AVD to test and debug your app. For this to work, you need the network config to allow connection between the host (where you run Eclipse) and the VM. For that, inside VirtualBox you have several options in the Network settings: - use Bridge mode: it will work but may require the presence of a DHCP server on the host - host only network: uses an internal network between the VM and the host; this is the simplest solution.
Add your comment