我正在使用 Eclipse - 我导出我的项目并对其进行签名。但后来我得到了这个错误。
[SO] 不让我上传屏幕截图
错误是“上传失败:您需要向 APK 添加图标”
我的所有可绘制文件夹中都有名为 icon.png 的文件。而且我不确定是什么导致了这个错误。
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light" >
ic_launcher 是我所有可绘制文件夹中的图标
编辑澄清:在我的清单中,我有上面的代码。在我所有的可绘制文件夹中,我有一个名为 ic_launcher 的图标 png(当第一次上传失败时,我还添加了 icon.png)