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
  • The exact same setup in my case causes "Symbol not found" both in the barrel and the application. I have a string.xml file under in the directory <barrel root>/resources. Are you using Visual Studio Code? I have the feeling that it's a tool issue, because I get a compilation error if the string.xml file is not included in the barrel.

Comment
  • The exact same setup in my case causes "Symbol not found" both in the barrel and the application. I have a string.xml file under in the directory <barrel root>/resources. Are you using Visual Studio Code? I have the feeling that it's a tool issue, because I get a compilation error if the string.xml file is not included in the barrel.

Children