-1

Whenever I run my small application in Android studio it takes more time to boot in emulator .

My system config as follows

  • RAM 4GB
  • PROCESSOR dual core
  • GPU intel integrated graphics
BuZZ-dEE
  • 6,075
  • 12
  • 66
  • 96

2 Answers2

0

Did you install the HAXM driver? This makes the emulator usable but even then there is room for performance improvements... (Of course your graphic card driver should be installed properly)

Lonzak
  • 9,334
  • 5
  • 57
  • 88
  • i downloaded and i'm facing this problem now.."Could not initialize OpenglES emulation, use '-gpu off' to disable" – Rakshith kumar shetty Jul 14 '15 at 10:30
  • What OS are you using? You should properly install your graphic drivers... And maybe this helps: http://stackoverflow.com/questions/30686324/error-while-running-android-application-could-not-initialize-opengles-emulatio – Lonzak Jul 14 '15 at 10:35
  • Did you install an up-to-date driver? Otherwise try to disable the graphic hardware acceleration: http://developer.android.com/tools/devices/emulator.html#accel-graphics – Lonzak Jul 14 '15 at 10:42
  • emulator is working fine for API version 15 and below but its not getting booted above API 15...i have tried and checking host GPU.. – Rakshith kumar shetty Jul 14 '15 at 11:14
  • should need to Change my processor dual core to i3 processor to work on higher version API??? – Rakshith kumar shetty Jul 14 '15 at 11:27
0

Intel’s x86 Emulator Accelerator Manager allows developers to run an emulator which performs much faster than a typical emulator running on an ARM-based CPU architecture. It should be noted that this technology only works on Intel VT (Virtualization Technology) enabled systems.You can also enable your emulator to use your machine’s GPU which should make rendering of animations or graphics much faster than it would otherwise be.

Rohit
  • 895
  • 1
  • 9
  • 19
  • Could not initialize OpenglES emulation, use '-gpu off' to disable...facing this problem – Rakshith kumar shetty Jul 14 '15 at 10:31
  • emulator is working fine for API version 15 and below but its not getting booted above API 15...i have tried and checking host GPU.. – Rakshith kumar shetty Jul 14 '15 at 11:14
  • should need to Change my processor dual core to i3 processor to work on higher version of API??? – Rakshith kumar shetty Jul 14 '15 at 11:27
  • Creating filesystem with parameters: Size: 69206016 Block size: 4096 Blocks per group: 32768 Inodes per group: 4224 Inode size: 256 Journal blocks: 1024 Label: Blocks: 16896 Block groups: 1 Reserved block group size: 7 Created filesystem with 11/4224 inodes and 1302/16896 blocks emulator: device fd:488 HAX is working and emulator runs in fast virt mode emulator: warning: opening audio output failed emulator: emulator window was out of view and was recentere... – Rakshith kumar shetty Jul 14 '15 at 11:42