Parth Anjaria
Parth Anjaria

Reputation: 3971

Cant start android wear emulator

i am trying to start android wear emulator with android studio but it is giving the following error :

ERROR

how can I start the wear emulator? I want to start learning wear programming.

thank you in advance

Upvotes: 0

Views: 960

Answers (3)

Almett
Almett

Reputation: 906

1.Please make sure the HAXM is installed.

enter image description here

2.turn on the CPU virtualization option in you computer BIOS.

3.Increase the RAM size of your computer.

Upvotes: 1

Shahzeb
Shahzeb

Reputation: 3734

Follow these steps:

  1. update Intel x86 Emulator Accelerator (HAXM installer) enter image description here
  2. After installing the installer, you have to run it to install it on your system. Open the directory where your Android SDK is located. Go inside the extras\Intel\Hardware_Accelerated_Execution_Manager directory and you should see the intelhaxm-android.exe file. enter image description here

Also make sure you have enabled Virtualization Technology in BIOS.

Upvotes: 1

Thair Jaber
Thair Jaber

Reputation: 117

First refere to this link to create a wear http://developer.android.com/training/wearables/apps/creating.html#SetupEmulator

And you have to enable CPU virtualization in your computer bios .

Upvotes: 0

Related Questions