I tried with following code ,build successfull but app not opening,In android it is working ` background -image: url("res://...");` When i use use following code it is working in both platforms `background -image: url("~/images/bg.png")` Can any one tell us what wrong with the code