Levon

Results 45 comments of Levon

Hi there, The image asset guidelines for Fire TV are outlined here: https://developer.amazon.com/docs/app-submission/asset-guidelines.html#firetvassets Please ensure your icons are of correct format and dimensions / resolution. Otherwise, please let us know...

Hi there, Could you please provide more details -- what do you mean by "now again is a not show rectangular"? What are your image dimensions? What was changed in...

Hi there, Apps often take up to 24 hours to refresh on the Appstore servers and become available in search and for downloads. If more time has elapsed, then please...

Hi Rick, There is no configuration change that would support this. You would need a code change. I tested a simple change that I believe works, but it's not thoroughly...

Glad it worked, and thanks for the update!

Hi StevenEsqTwo, If you have an absolute path specified in your Gradle script for the output file, then please note that absolute paths are not supported when setting an output...

Hi StevenEsqTwo, To be able to use `applicationVariants.all` you need to ensure you have `apply plugin: 'com.android.application'` and not `apply plugin: 'com.android.library'`. Also, feel free to search for a solution...

Hi Aman, Please try the following: 1. In Android Studio go to edit the configuration for your app (the Run/Debug Configurations dialog) and under Installation Options, for the **Deploy** field...

At this time, regrettably there are no plans to update the repo. You can still build it with Deploy: Nothing, and then deploy it as a separate step. As for...