I'm trying to come up with some kind of Android environment to use for development on Mac OSX.
It's proving quite difficult ( Android emulator laggy on Mac ). On my macbook the Android emulator is so slow that it is unusable. Note, I'm trying to build a tablet app, which seems to make things worse.
So far the best performance I've found is just running the x86 port of Android via VMWare fusion.
The only problem is the darn thing keeps giving a "No network connection" message.
I don't know much about VMWare, but I'm guessing that Android wants to use the virtual wifi adaptor, but VMWare fusion only provides a virtual ethernet adapter.
The image I'm currently testing is android-x86-3.2-RC2-eeepc.iso
What can I do about this?
eth0 DOWN 0.0.0.0/0
I don't get why it's not connecting. My macbook is connected to my local network via wireless. DHCP is turned on my router. I've tried using the virtual NAT / Bridged / Host-only methods for connecting the VM to the network. Nothing seems to work. I even tried Virtual Box, but it gives the same results as VMWare. – Homeomorphism