On Sun, Mar 18, 2012 at 12:53 AM, Arun Venkataswamy <[email protected]>wrote:
> On Wed, Mar 14, 2012 at 3:06 PM, Roshan George <[email protected]> wrote: > > > I believe the real utility lies in using it to test your Android > > applications. The emulator is terribly slow in comparison, and if you > > make the mistake of closing it then you have to wait half a million > > years before it starts up again > > > > +1 > Thanks to the OP. I will check this out. I really need this. I just got > stuck with the emulator crying with an OpenGL application. The Android > emulator which comes with the SDK runs a software renderer under an ARM > emulator. > > You will have a software renderer in case of x86 emulator also (as qemu does not have 3D acceleration yet). But the software renderer in x86 emulator will be **lot** faster compared to software renderer in ARM emulator (if you have Intel VT support). If /dev/kvm is present then your x86 emulator will work smoothly. Hope This Helps. > Regards, > Arun > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
