javad
javad

Reputation: 835

How to Create Android TV Emulator in Android Studio?

I just got emulator according to the following images:

enter image description here

And when I click Next, This window is displayed to me:

enter image description here

And there is no Emulator.

And Everything is updated in SDK Manager: enter image description here

And this is my sdk platform: enter image description here

How can I make an Android TV emulator?

Upvotes: 1

Views: 9550

Answers (2)

Kyle Venn
Kyle Venn

Reputation: 8038

  1. Make sure you have the latest (stable) version of Android Studio
  2. Make sure you have all the latest Platform and SDK tools (refer to my screenshots below)

enter image description here

enter image description here

enter image description here

Then this is what my emulator setup looks like:

enter image description here

enter image description here

Upvotes: 1

Shubham AgaRwal
Shubham AgaRwal

Reputation: 4815

You can download the system image if not available.

enter image description here

Upvotes: 1

Related Questions