Just in case if you are ever getting this error with Native script Angular Framework while trying to add images from local file system and trying to preview it via playground app. Error in downloadBitmap – java.net.MalformedURLException: no protocol: ./app/images/home.jpg Try doing it this way <Image src=”~/app/images/home.jpg” stretch=”none”></Image> Trick here in debugging this is to • Read More »