Ticket Created
over 3 years ago

CIQQA-809

Venu2 follows Venu resource path in simulator

I'm trying to allocate resources to the Venu2 through a jungle file, but it follows the resource path for the Venu instead (different size watch). I'm using SDK 4.0.7 with Mac OS 12.0.1.

When I enter either of these in the jungle file:

venu2.resourcePath = $(venu2.resourcePath);resources-fonts_416

or

round-416x416.resourcePath = $(round-416x416.resourcePath);resources-fonts_416

or if I use a resource directory "resources-round-416x416" with no statement in the jungle file, the Venu2 in the simulator refers to the base resource path and ignores the directory I'm trying to point it to.

When I enter either of these in the jungle file:

venu.resourcePath = $(venu.resourcePath);resources-fonts_416

or

round-390x390.resourcePath = $(round-390x390.resourcePath);resources-fonts_416

or if I use a resource directory "resources-round-390x390" with no statement in the jungle file, the Venu2 in the simulator refers to the specified directory, even though these references are supposed to be incorrect for the Venu2.

Currently it seems impossible to create separate resources for the Venu and Venu2. Can this be fixed? Thanks

Parents
  • yes, this is one of the things that I tried, described above. It does not work for the Venu2. The Venu2 in the simulator looks at the resource directories for the Venu instead. Please try it and let me know if it works for you. I'm using SDK 4.0.7 on Mac OS 12.0.1.

Comment
  • yes, this is one of the things that I tried, described above. It does not work for the Venu2. The Venu2 in the simulator looks at the resource directories for the Venu instead. Please try it and let me know if it works for you. I'm using SDK 4.0.7 on Mac OS 12.0.1.

Children