1

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?

javad
  • 833
  • 14
  • 37

2 Answers2

1

You can download the system image if not available.

enter image description here

Shubham AgaRwal
  • 4,355
  • 8
  • 41
  • 62
1
  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

Kyle Venn
  • 4,597
  • 27
  • 41
  • 1
    Did you uninstall and reinstall Android Studio? It looks like it's not getting the most recent versions of the SDK Platform Tools. Also check out [here](http://stackoverflow.com/questions/35919984/missing-platform-tools-when-installing-android-studio-on-mac-osx) and [here](http://stackoverflow.com/questions/22313829/android-studio-cant-access-sdk-manager) – Kyle Venn Jul 21 '16 at 14:22