drawing an image

I am new to making connect IQ apps (and not that great at programming either) and I am attempting to make a custom watch face. I have managed to edit the clock part of the built in face and want to add a png image. in the drawables xml I added and a matching png image in the folder then in view.mc I have added dc.drawBitmap(104, 104, Ui.loadResource( Rez.Drawables.BoyIcon ) );
the face launches but in the debug console, i get the error
Error: Symbol Not Found Error
Details: Failed invoking
Stack:
- onLayout() at C:\Users\user\Desktop\PipBoyWatchFace\source\PipBoyWatchFaceView.mc:17 0x100000e1

line 17 is the one i mentioned in view.mc