I have low, medium and high resolution icons in the Resources sub-folders:
drawable-hdpi
drawable-mdpi
drawable-ldpi
the icon name is 'skylog' in all folders. This is as per the Android
guidelines. I also have an entry in the AndroidManifest:
<application android:label="Skylog Pro"
android:icon="@drawable-hdpi/skylog">
</application>
However, I get a 'Packaging Failed' error when trying to build a Package for
my apk in VS2010. The error:
'No resource found that matches the given name (at 'icon' with value
'@drawable-hdpi/skylog')'
I note also that the following enty in Values/Resource.Designer.cs:
public partial class Drawable
{
// aapt resource value: 0x7f020000
public const int skylog = 2130837504;
private Drawable()
{
}
}
What am I doing wrong?
Regards...Andrew
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Packaging-Failed-Issue-tp4899122p4899122.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid