I'm attempting to load a bitmap image from an images folder from within the res folder using - Bitmap.getBitmapResource("/images/bg_general.png")
But the image is not being found even though it exists at specified path. Im using blackberry eclipse plugin. Here is a snippet of my dir structure where the image is located -
Bitmap.getBitmapResource("bg_general.png")
is the correct way to display the images. It works for me. Also, check whether the image is empty.