i created first android project in android studio .it default hello word app.when ran in virtualised emulator got following error.please me sort out.
emulator: warning: requested ram size of 1536mb large environment, , reduced 1152mb. hax not working , emulator runs in emulation mode cannot set guest memory 'pc.ram': invalid argument emulator: device fd:576 emulator: memory needed vm exceeds driver limit. error accepting connection, aborting thanks in advance.
your haxm not working try reinstalling , set initial value(768mb recommended) of memory less ram of computer. need reduce ram size of emulator trying run. , make sure emulator not exceeding value set while installing haxm. if haxm set 768mb, reduce further , set ram 512mb set work properly.
android studio:
tools->android->avd manager- click on
edit avd - show
advanced settings->memory , storage - set
ram512mb->finish
eclipse:
- choose emulator device ,
- click
editedit configurations. window->avd manager- under
memory optionsfindramoptions. set minimal value such512mb.
now try running emulator now. should able start now.
Comments
Post a Comment