I have an image in my app, that fails to locate its image source. I get the following message:
/app/tns_modules/image-source/image-source-common.js:36:75: JS ERROR Error: Path "" is not a valid file or resource.
The message does not help me to locate the origin of the error. It would be nice if it pointed to the XML element and the attribute that caused the error:
<ActionItem icon="ic_add" tap="{{ addTask }}" android.position="actionBar" />
The correct declaration was:
<ActionItem icon="res://ic_add" tap="{{ addTask }}" android.position="actionBar" />Reactions are currently unavailable
I have an image in my app, that fails to locate its image source. I get the following message:
/app/tns_modules/image-source/image-source-common.js:36:75: JS ERROR Error: Path "" is not a valid file or resource.The message does not help me to locate the origin of the error. It would be nice if it pointed to the XML element and the attribute that caused the error:
The correct declaration was: