Ticket Created
over 3 years ago

CIQQA-756

Im starting... but...

Hello!

I install the Vs code and the monkey c extension, xml, xml tools, for debugging.

I did this "tutorial"

https://developer.garmin.com/connect-iq/connect-iq-basics/your-first-app/

but... when a try to do: ctrl'+shift+p "run teste, choose watch", then the iq opens and i can see the watch, but nothing happens... some times it give a "time out", but some times not... don't output nothing....

"WARNING: The launcher icon (30x30) isn't compatible with the specified launcher icon size of the device 'fenix5splus' (40x40). Image will be scaled to the target size."

see this image:

https://ibb.co/92ND7kQ

what i'm doing wrong??

it only shows a blue triangle...

it is very frustating that i cannot do a simple "hello world" ou a simples clock....

thanks!

Former Member
Former Member
Parents
  • Ok, a few things here.  You want to "Run App" and not "Run Tests" unless you have test code in your app.

    "WARNING: The launcher icon (30x30) isn't compatible with the specified launcher icon size of the device 'fenix5splus' (40x40). Image will be scaled to the target size."

    is nothing to worry about the launch icon is 30x30 but for the device you are using, it's being stretched to 40x40.  It's kind of a nice feature as you don't need a whole bunch of icons for the various sizes on different devices.

Comment
  • Ok, a few things here.  You want to "Run App" and not "Run Tests" unless you have test code in your app.

    "WARNING: The launcher icon (30x30) isn't compatible with the specified launcher icon size of the device 'fenix5splus' (40x40). Image will be scaled to the target size."

    is nothing to worry about the launch icon is 30x30 but for the device you are using, it's being stretched to 40x40.  It's kind of a nice feature as you don't need a whole bunch of icons for the various sizes on different devices.

Children