3
  1. If i develop an app for amazon fire stick but I don't have a Fire stick so how can I check my app?
  2. Is there any emulator for Amazon fire stick ?
joe
  • 31
  • 1
  • 1
  • 4

3 Answers3

3

When you use regular Android Emulator it's not acting as real firestick device. You will get some new issues with your app when running on Fire OS. So better to use real device and connect that through adb.

RKRK
  • 1,284
  • 5
  • 14
  • 18
Hashan Sachintha
  • 133
  • 1
  • 10
1

See this post on the Amazon Developer docs for some pointers on how to get it working in the emulator. There are some limitations, and from experience I'd probably recommend getting one to work with if you're going to be doing much work with it

Offbeatmammal
  • 7,970
  • 2
  • 33
  • 52
1

Yes, you can create an Android TV emulator and run your app inside it. Follow these steps here: https://developer.amazon.com/docs/fire-app-builder/use-an-android-tv-emulator.html

Amit Merchant
  • 1,045
  • 6
  • 21