Developer Console

Getting Started Developing Apps and Games for Fire TV

When developing apps for Fire TV, you can choose from a variety of frameworks and options depending on your skillset (Java developer, web developer, or content developer), your platform preference (Android or HTML5 web app), the features you want (advertising, authentication, etc.), and more. The information here will help you get started in building an app.

Options for Building Fire TV Apps

To build an app for Amazon Fire TV, you have several options:

  • Custom Android App: The recommended way to build a Fire TV app is to use Android tools (like Android Studio and Android frameworks) to build a TV app. Sample code, documentation, and guidelines are available to help you make the most of your apps in the Android documentation. Additionally, see the high-level tutorial Build an Android App for Fire TV. Most apps that work on Android will also work on Fire TV because Fire TV is built on Android. The only difference is with services — for Fire TV, you'll want to use Amazon services instead of Google services (see How Fire TV Development Differs from Android TV Development). Additionally, you'll need to accommodate three different versions of Fire OS:

    • Fire OS 5: Based on Android 5.1 (Lollipop, API level 22)
    • Fire OS 6: Based on Android 7.1 (Nougat, API level 25)
    • Fire OS 7: Based on Android 9 (Pie, API level 28)
  • Fire App Builder: Fire App Builder is a robust development framework created by Amazon specifically for producing Fire TV media apps. It is based on Java and uses Android Studio, Gradle, and other tools common to Android development. When you create an app with Fire App Builder, you configure the settings for your data feed, screen layouts, and functionality through a series of JSON files. Similarly, simple config file changes allow you to customize the look and feel of your app with no Java coding. Fire App Builder is designed to help you create high-quality media apps without advanced Java programming, but it is also extensible. If you are comfortable coding in Java, you are free to build on top of Fire App Builder to add more advanced features. See Fire App Builder: A Starter Kit for Java-based Amazon Fire TV and Android Apps for more details.

  • Custom Web App: If you're an HTML5 web developer, you can leverage the Amazon WebView to develop apps and games. You have the option to build HTML5 web apps, Cordova apps using the Fire OS port, or hybrid apps. Learn more.

  • Game App: If you're building a game app, there are many third-party development frameworks that work with Android, so you have lots of alternatives to choose from. If you are proficient using Unity, Cocos2d-x, GameMaker, or one of the many other systems popular among mobile app developers, you will find it straightforward to package your game for Fire TV. If you can produce an .APK file, you can probably install it on Fire TV.

In choosing the right option, consider your skill set. Are you Java-based Android developer, an HTML5/web developer, or a content creator? Choose an approach that aligns with your expertise and app requirements.

Android App Development for Amazon Fire TV

For Java-based Android developers, Amazon Fire TV uses the same tools, IDEs, and APIs you're already used to for Android development. If you're building your own app from scratch, see these topics:

If you're an experienced Android developer, also check out this list of what's different about developing on Fire OS.

HTML5 Web App Development for Amazon Fire TV

See Getting Started with Web Apps for tips on building a web app.

APIs for Your Amazon Fire TV App

When you build your Amazon Fire TV app, you can also implement other Amazon APIs to provide a more robust experience:

  • In-App Purchasing API: When customers buy Fire TV devices and register with their Amazon accounts, they are already set up with their Amazon payment profiles and are ready to purchase apps or in-app items with no further effort. Amazon Fire TV and Fire TV Stick support the Amazon In-App Purchasing API, so you can offer consumable items, permanently entitled items, and even subscriptions for sale in your app.
  • Amazon Fling SDK: The Amazon Fling SDK allows customers to fling or cast the screen that appears on their phone or tablet directly onto their television. Extending apps to two screens allows more than one person to engage with your app.

To see more Fire TV APIs and SDKs, see Apps & Games Services SDKs.

Device and Media Specifications

If you're looking for information about the media, device, and specifications Amazon Fire TV supports, such as video formats, DRM, codecs, resolution rates, and more, see Fire TV Device Specifications. Detailed developer specifications are available for each device.

In general, Fire TV is flexible and provides high performance across a wide range of applications. It has a powerful quad-core CPU and a dedicated GPU. The hardware on the latest Amazon Fire TV offers 2GB RAM, 8GB internal storage, support for 4K video output, support for HDR, and Dolby Atmos audio. These features mean that Fire TV has the muscle to run all sorts of apps and games—streaming media is just one more thing it handles well.

Amazon Fire TV Forums

If you need help, have a question, or want to share other feedback, use the Fire TV and Fire TV Stick categories on the Amazon Developer Forum.


Last updated: Aug 18, 2022