Never mind, found it out myself. Apparently you need to add android:icon="@drawable/icon" to the <application> element in your AndroidManifest.xml file. So in the end it looks like this:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-sdk android:targetSdkVersion="15" /> <application android:label="..." android:icon="@drawable/icon"> </application> </manifest> -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/The-icon-path-specified-by-the-manifest-is-not-in-the-apk-tp5711299p5711302.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid