Is it possible to run Android Device Emulator (via Android Studio 2) on VMWare? -


i have been running android studio 1.5.1 doing development on wmware copy of windows 2012 r2 , works fine. i've been able run device emulator no problems , start various versions of android running in avd.

android studio 2.x change installed android studio 2.0 (see image below exact version).

android studio version info

now when attempt run emulator nothing happens. well, see message in status bar of studio when attempt start device, message disappears , nothing happens after that.

starting...

there warning need turn off hyper-v (see image below), don't believe possible since vm.

no longer possible?

is not possible run emulator on vm more?

turn off hyper-v

more recent versions of android emulator require hardware virtualization support (intel haxm).

unfortunately, virtual machines not provide haxm instructions guest (a vm within vm), unable use emulator within virtual machine.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -