Build and packaging failing

Former Member
Former Member
Hi,
I am seeing the following output on the console :
BUILD: C:\Program Files\Java\jre1.8.0_45\bin\java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -classpath C:\Program Files\Java\jre1.8.0_45\lib\tools.jar;C:\eclipse\ConnectIQ SDK\connectiq-sdk-win-1.1.1\bin\monkeybrains.jar; com.garmin.monkeybrains.Monkeybrains -e -a C:\eclipse\ConnectIQ SDK\connectiq-sdk-win-1.1.1\bin\api.db -i C:\eclipse\ConnectIQ SDK\connectiq-sdk-win-1.1.1\bin\api.debug.xml -o C:\Users\mksharma\Desktop\Input.iq -z C:\temp\samples\Input\resources\strings.xml;C:\temp\samples\Input\resources\resources.xml;C:\temp\samples\Input\resources\bitmaps.xml -m C:\temp\samples\Input\manifest.xml -u C:\eclipse\ConnectIQ SDK\connectiq-sdk-win-1.1.1\bin\devices.xml -p C:\eclipse\ConnectIQ SDK\connectiq-sdk-win-1.1.1\bin\projectInfo.xml C:\temp\samples\Input\source\Second.mc C:\temp\samples\Input\source\Menu.mc C:\temp\samples\Input\source\Input.mc C:\temp\samples\Input\source\Base.mc
BUILD: Error:No packagable products are selected.
BUILD: Complete
Package Manager: Problem building app package. See console for details.

I am running Connect IQ SDK 1.1, using Eclipse Luna. This is one of the samples which I was trying to build and package.
Can someone help?

Thanks and regards,
Manoj
  • Former Member
    Former Member over 10 years ago
    Most (maybe all) of the samples use the Square Watch or Round Watch as their targeted products. Neither of these are actual products so you can't generate an app package if you are only target one/both of these. If you add an actual device to your project you will be able to generate an app package. To change the devices you are targeting you can open the manifest file using the manifest editor and you should see checkboxes. You can also manually add a device to the list targeted products in the manifest file using a text editor.