Emulator without GPU emulation detected
Asked Answered
C

3

19

I am trying to execute a sample C2DM Application, but I get an

"Emulator without GPU emulation detected"`

message in my Logcat.

Curtsy answered 17/2, 2012 at 5:29 Comment(0)
M
27

In Android SDK Tools R15 you can enable GPU emulation.

You need to create a new emulator virtual device and set GPU emulation to true in Hardware properties.

Maintenance answered 13/3, 2012 at 13:43 Comment(1)
there is an option to edit the existing emulators without creating new one.Eared
O
11

GPU enabling is now is allowed directly through Emulator Creation option.Go to Window --> Android Virtual Device Manager --> new .Now remember to check mark "Use GPU host", then you will have pretty fast working emulator with GPU enable.

Ottava answered 12/5, 2014 at 10:50 Comment(0)
L
0

Android Virtual Device Manager -> Edit AVD -> Show Advanced settings ->
Emulated Performce: Automatic
Check Multi-Сore CPU

Lolita answered 3/12, 2017 at 21:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.