Does ionic 2 RC have a problem to show images?

I can not see images in android application
I can with ionic serve or ionic run android --livereload
this the way that I show the images
<img src="../assets/img/img.jpg">

someone help me ? what is wrong?

It’s wrong. Should write: <img src="assets/img/img.jpg">

1 Like

thank you, it works¡ and still working with ionic serve.