I don't know why but I receive the following error:
A bitmap resource matching the provided launcher icon can't be found. You must provide a bitmap resource for the launcher icon.
BUILD: com.garmin.connectiq.common.manifest.ManifestException: [102] A bitmap resource matching the provided launcher icon can't be found.
You must provide a bitmap resource for the launcher icon.
I am using the default lauchner icon and I can't remember that I have changed that.
The drawables.xml:
<drawables>
<bitmap id="LauncherIcon" filename="launcher_icon.png" />
</drawables>
The file launcher_icon.png is in the folder drawables.
The manifest file starts with:
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. --><iq:manifest xmlns:iq="">www.garmin.com/.../connectiq" version="3">
<iq:application entry="RunningIndexApp" id="c1e8b31edeae4a9ead781859a09d5615" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="2.1.0" name="@Strings.AppName" type="datafield" version="1.12.0">