Open
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- tns info: Component nativescript has 5.0.1 version.
Describe the bug
Images added in the folder App_Resources/Android/*
and accessed by e.g. <Image src="res://Cards"></Image>
give me the warning LOG from device X: Missing Image with resourceID: res://Cards
.
I used the Nativescript Image Builder to generate the android images and put them in their respectful folders.
Expected behavior
I expect the images to show on my device.
Additional context
I am using Nativescript Playground with my android device as I can't seem to set a local emulator.
I am testing the app using tns run android --bundle
.