应用程序的图标在 Phonegap Build 的页面中不可见

App's icon not visible in Phonegap Build's page

我已经提交了 Android 申请。它是由 Phonegap Build 完成的。现在分享给大家。

但是每当我转到我的应用程序的 Phonegap Build 页面时 (https://build.phonegap.com/apps/1539142),它都不会显示我的应用程序的图标。而是显示 phonegap 的图标。现在无法以这种方式共享应用程序。附上图片以供展示。

我说的是应用名称旁边的图标。有什么问题和解决方案?

@Abeer,您需要添加所有图标尺寸。我知道,因为我之前用 Android 做过。我在添加iOS的时候,在图标上标注了每个图标的大小。这样我就可以知道显示的图标的大小。因此,当我将 iOS 添加到我的 Splash Screen Demo, Phonegap build used the 180x180 icon for iOS instead of the Android. In your case, I think you just have to make sure you add all the icons sizes. This is the reference 时,我使用了

附录 - 2015 年 7 月 15 日
@Abeer,
资料来源:
https://github.com/jessemonroy650/Phonegap-Splashscreen-Test

所有示例:
http://codesnippets.altervista.org/examples/phonegap/demos/PUBLIC.Apps.html

我也没有使用 Eclipse 或 Android Studio。我上传www我用github.com,和www文件夹一样

将此行添加到您的 config.xml:

中应该就足够了
<icon src="AppResources/icons/icon.png"/>

并确保图标文件在同一目录中。