just
just

Reputation: 2010

Android 5.0 emulator not start

I downloaded the new android 5.0 sdk and sys-image, but if i would like to start an emulator with android 5.0 it not start just show me a black screen, whats the problem?

Upvotes: 5

Views: 3403

Answers (4)

Vatsalengg
Vatsalengg

Reputation: 146

I have Intel HAXM up and running fine on Windows 7 Enterprise 64 bit (Core i3-2100 3.1 GHZ, 4 GB RAM).

About starting an Android emulator Intel x86 for API 21 with Use Host GPU enabled,

I had started it in just a first try using JDK 64-bit.

I can not start it even though waiting for a whole day using JDK 32 bit.

I hope this helps.

Upvotes: 0

Sarath Babu
Sarath Babu

Reputation: 922

Android SDK Platform-tools r21 or higher is required.

Android SDK Tools 23.0.5 or higher is required.

Upvotes: 2

Larry Aasen
Larry Aasen

Reputation: 515

On my Mac I had already enabled Use Host GPU and that did not help me. I was using CPU/ABI: Intel Atom (x86_64) and then changed it to Intel Atom (x86) and then it launched.

Upvotes: 3

greywolf82
greywolf82

Reputation: 22173

You have to turn on the option "Use host GPU".

Upvotes: 7

Related Questions