Blackberry res folder naming convention
问题 I created a static function like this. public static Bitmap Bitmap(String path) { Bitmap bitmap = Bitmap .getBitmapResource(Display.getWidth() + "/" + path); System.out.println(Display.getWidth() + "" + path); return bitmap; } However, when I called like this, private Bitmap download = Config_GlobalFunction.Bitmap("btn_download.png"); The output gave me FRIDG could not find 320/btn_download.png . In my res folder, I got an folder which was img and inside img got 6 different folders which were