Android studio not running -


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:

  1. tools -> android -> avd manager
  2. click on edit avd
  3. show advanced settings -> memory , storage
  4. set ram 512mb -> finish

eclipse:

  1. choose emulator device ,
  2. click edit edit configurations.
  3. window -> avd manager
  4. under memory options find ram options. set minimal value such 512mb.

now try running emulator now. should able start now.


Comments