From the course: Distributing Your Android App for Kotlin Developers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Test app compatibility

Test app compatibility - Android Tutorial

From the course: Distributing Your Android App for Kotlin Developers

Start my 1-month free trial

Test app compatibility

- [Instructor] Before you get going, creating the store listing for your application, in the Amazon App Store. I recommend that you get in the habit of double checking your apps compatibility with the Amazon ecosystem. Aside from thumbing through your code and included packages, looking for Google specific references, you can use Amazon's app testing service, directly through their website. From the dashboard of the Amazon developer console, go to the apps and services section, and then click app testing service, right underneath. With this, you can quickly upload your APK, and get a report detailing what unsupported software libraries, or device features you are using, or if there are any common issues with your implementation of the Amazon APIs. Click, start testing to begin uploading an APK. Amazon does not support AAB files. So we will have to use an APK of our application when working with the Amazon platform. This…

Contents