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