user1177820
user1177820

Reputation:

Emulator without GPU emulation detected

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

"Emulator without GPU emulation detected"`

message in my Logcat.

Upvotes: 19

Views: 39163

Answers (3)

Brackets
Brackets

Reputation: 572

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

Upvotes: 0

vivek
vivek

Reputation: 356

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.

Upvotes: 11

JoaquinG
JoaquinG

Reputation: 2070

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.

Upvotes: 27

Related Questions