Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run Android on virtual machine for development

Tags:

android

Currently I am using Android emulator for development, but it is very slow. I am looking for some android port that can run on real CPU.

For example I installed this product http://www.android-x86.org/documents/installhowto on VMware, and it seems to work much faster, but I have no idea how to setup network connection here.

The question is if some one is using alternative android setup for development, instead of emulator? If so, a link to configure instructions would be great.

like image 962
alex2k8 Avatar asked Jul 15 '10 18:07

alex2k8


2 Answers

Why not just plug in an Android powered phone? Just set USB debugging on and it acts exactly like the emulator.

I have run the Android-x86 project on my n450 powered netbook and it was unusable. The port is by no means ready for daily use. Basically, if you think the emulator is slow, you will cry when you find out how slow Android-x86 is. My advice would be to throw a few bucks at a newer/faster computer if you think the emulator is slow. I develop on a 3 year old Core2Duo 2.4Ghz notebook and it runs just fine. I've even run the x86 port on the same notebook and it's horribly slow (not to mention not touchscreen). Also, if the network doesn't work 'out of the box', then you'll have to hack the source code and implement your own driver as Android-x86 is meant to work on Asus Eee PCs.

So either upgrade, or plug in your android powered phone and use that.

But for now, I wouldn't bother trying to use the x86 port for development. It's just not ready yet.

like image 193
Jamie Carl Avatar answered Sep 19 '22 14:09

Jamie Carl


Here you can find a tutorial for installing and connecting to the eclipse x86 version.

like image 21
Kaloyan Avatar answered Sep 21 '22 14:09

Kaloyan