简体   繁体   English

我的启动器图标在哪里?

[英]Where is my launcher icon?

A quiet basic question: I'm developing an app which should also run on the Fire TV. 一个基本的安静问题:我正在开发一个应在Fire TV上运行的应用程序。 Is there anyway to add a icon to that launcher? 反正有没有向该启动器添加图标?

I know I can go the long way over the settings to start my app, but that is not very handy. 我知道我可以花很多时间来启动我的应用程序,但这并不是很方便。

I'm also confused how I need to create my icon for that launcher a standard launcher icon is wrong, because Amazon uses differnt icon sizes. 我也很困惑如何为该启动器创建图标,标准的启动器图标是错误的,因为亚马逊使用不同的图标大小。 I found some confusing informations that the launcher icons come from the amazon store only. 我发现一些令人困惑的信息,即启动器图标仅来自亚马逊商店。 Is that true? 真的吗?

if you are sideloading your apk ( adb install or pushing from your development environment) then on FireTV you won't see an icon in the launcher for your app, as you rightly point out you will only see it from the Settings | 如果您正在侧向加载apk( adb install或从开发环境中推送),则在FireTV上您不会在应用程序的启动器中看到图标,因为您正确地指出,您只会在“设置” |“设置”中看到它。 Applications | 应用领域 Manage All Applications menu. 管理所有应用程序菜单。

The only way to have an icon appear there is to either submit and publish it, or use Live App Testing if you're not ready to submit and publish publicly but want to invite some beta testers (you can do multiple submissions through Live App Testing before going live) 在那里显示图标的唯一方法是提交和发布,或者如果您还没有准备好公开提交和发布但想邀请一些Beta测试人员使用Live App Testing (您可以通过Live App Testing进行多次提交上线之前)

When you submit your app (either for Live App Testing, or a full submission) there is an option in the developer portal to upload the various assets - icons, screenshots, descriptions, pricing etc 当您提交应用程序(用于实时应用程序测试或完整提交)时,开发人员门户中提供了一个选项来上传各种资产-图标,屏幕截图,说明,价格等

The default icon for any android app is ic_launcher.png. 任何Android应用的默认图标是ic_launcher.png。 It's usually located in all the different drawable folder buckets (drawable-mdpi, hdpi, xhdpi). 它通常位于所有不同的可绘制文件夹存储桶(drawable-mdpi,hdpi,xhdpi)中。 You can change the icon, if you are interested, by placing a new icon in one of the buckets and then modifying the android:icon attribute under the application tag in the AndroidManifest.xml file. 如果您有兴趣,可以通过将一个新图标放在存储桶之一中,然后修改AndroidManifest.xml文件中application标记下的android:icon属性来更改该图标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM