이미지 크기로 인한에러갔기도 한데여 소스코드를 수정할려면 어느부분을 손대야하는지 감을 못잡겠습니당 ㅜ.ㅜ

고수님들 좀 도와주세염
10-13 10:31:21.854: ERROR/AndroidRuntime(309): java.lang.OutOfMemoryError: bitmap size exceeds VM budget
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.graphics.Bitmap.nativeCreate(Native Method)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.graphics.Bitmap.createBitmap(Bitmap.java:468)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at com.example.coverflow.CoverFlowExample$ImageAdapter.createReflectedImages(CoverFlowExample.java:125)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at com.example.coverflow.CoverFlowExample.onCreate(CoverFlowExample.java:44)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:3815)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread.access$2400(ActivityThread.java:125)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2037)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.os.Handler.dispatchMessage(Handler.java:99)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.os.Looper.loop(Looper.java:123)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at android.app.ActivityThread.main(ActivityThread.java:4627)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at java.lang.reflect.Method.invokeNative(Native Method)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at java.lang.reflect.Method.invoke(Method.java:521)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
10-13 10:31:21.854: ERROR/AndroidRuntime(309):     at dalvik.system.NativeStart.main(Native Method)