Complete
over 3 years ago

Barrel build name needs to be the same in the manifest.

Thanks Jim!

Drawables, Strings or JSONData can't be used in Barrels

Using Visual Studio Code I'm not able to load resources from a Monkey Barrel. If a resource call is mistyped or not present I get a compilation error, but once it's referenced at runtime I get a "Symbol not found" error.

Parents
  • It's working the same for me with VS Code or Eclipse.  How are you building the barrel?  Barrels are different than other app types.  a .barrel is actually just a zip of the barrel project.  And you need the barrel to be added to your project.

Comment
  • It's working the same for me with VS Code or Eclipse.  How are you building the barrel?  Barrels are different than other app types.  a .barrel is actually just a zip of the barrel project.  And you need the barrel to be added to your project.

Children