I have two computers , second computer is used as second monitor with the help of synergy
iam interested in android programming.
As AVDs are very slow,i use AndroVM as a way to to run my programs from eclipse
my question is i want to click build and run in eclipse of first machine, instead of running in AndroVM on my host machine i want to run it on AndroVM installed on second machine for seamless access with help of synergy.
is there a way to set up in virtual box? iam a noob,detailed explanations would help.
You can achiev this via tcp/ip.
give Android a IP
Press:
ALT + F1
Type:
netcfg eth0 dhcp
setprop net.dns1 8.8.8.8
connect adb with the virtual mashine
./adb connect [ip from last step]
Check out my detailed tutorial I wrote a few months ago.
http://standroid.blogspot.de/2012/06/android-4-x86-in-virtualbox.html