From the course: Distributing Your Android App for Kotlin Developers

Unlock the full course today

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

Upload an APK and publish

Upload an APK and publish - Android Tutorial

From the course: Distributing Your Android App for Kotlin Developers

Start my 1-month free trial

Upload an APK and publish

- [Instructor] Now that we have completed all of the other sections for our apps store listing on Amazon, all we need to do is upload an APK and we can submit our application to Amazon for approval. Go to the APK file section in the Amazon developer console for your app. Let's start by dragging the release version of our APK into the section titled APK file. Don't worry about that first question. I'll come back to that in just a second. Amazon will scan the app's manifest file to identify which Amazon devices are supported and which are not. If you would like to make any changes to this list, to specifically turn off support for a specific device type you can do so by clicking the edit button next to where it lists the number of supported devices. By default, the uploaded APK will be given a generic name in this case, APK1. So I recommend renaming it to something more relevant. For the sample app, I will call it…

Contents