Problem validating the manifest file: cvc-complex-type.3.2.2 OR BUILD: ERROR: App Exp

Former Member
Former Member
Hi,

I'm an app developer and want to code some WatchFace for Garmin devices in Eclipse NEON x64 @ Win 10 x64.
If I let Eclipse generate my manifest.xml, the build tool says:

BUILD: ERROR: Problem validating the manifest file: cvc-complex-type.3.2.2: Attribut 'minSdkVersion' darf nicht in Element 'iq:application' vorkommen.

The generated xml:
<iq:application entry="xyz" id="xyz" launcherIcon="@Drawables.LauncherIcon" minSdkVersion="1.2.1" name="@Strings.AppName" type="watchface">

<iq:products>


If I delete just the minSdkVersion, everything works fine. The WatchFace works in all kinds of emulators.

And now I want to export my App to deploy this to the Store with this error:
BUILD: C:\Program Files\Java\jre1.8.0_102\bin\java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar C:\connectiq-sdk\bin\monkeybrains.jar -o C:\eclipse-workspace\app-export\pixlr.iq -e -w -y C:\eclipse-workspace\keystore\developer_key -z C:\eclipse-workspace\pixlr\resources\drawables\drawables.xml;C:\eclipse-workspace\pixlr\resources\fonts\fonts.xml;C:\eclipse-workspace\pixlr\resources\layouts\layout.xml;C:\eclipse-workspace\pixlr\resources\settings\properties.xml;C:\eclipse-workspace\pixlr\resources\settings\settings.xml;C:\eclipse-workspace\pixlr\resources\strings\strings.xml;C:\eclipse-workspace\pixlr\resources-deu\strings\strings.xml;C:\eclipse-workspace\pixlr\resources-eng\strings\strings.xml -m C:\eclipse-workspace\pixlr\manifest.xml C:\eclipse-workspace\pixlr\source\pixlrView.mc C:\eclipse-workspace\pixlr\source\pixlrBackground.mc C:\eclipse-workspace\pixlr\source\pixlrApp.mc -r
BUILD: ERROR: App Exporting Not Supported
BUILD: Complete
Package Manager: Problem building app package. See console for details. (100)


What is wrong with this???

Kind regard