程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> logcat-android程序運行錯誤,不知道怎麼解決。

logcat-android程序運行錯誤,不知道怎麼解決。

編輯:編程綜合問答
android程序運行錯誤,不知道怎麼解決。

我的安卓程序突然運行終止,logCat錯誤信息如下:

 05-26 10:49:54.540: E/AndroidRuntime(30584): java.lang.OutOfMemoryError
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:527)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:301)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:326)

05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.Activity.dispatchActivityResult(Activity.java:5274)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.ActivityThread.deliverResults(ActivityThread.java:3158)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.ActivityThread.handleSendResult(ActivityThread.java:3205)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.ActivityThread.access$1100(ActivityThread.java:136)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1249)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.os.Handler.dispatchMessage(Handler.java:99)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.os.Looper.loop(Looper.java:137)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at android.app.ActivityThread.main(ActivityThread.java:4881)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at java.lang.reflect.Method.invokeNative(Native Method)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at java.lang.reflect.Method.invoke(Method.java:511)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:804)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:571)
05-26 10:49:54.540: E/AndroidRuntime(30584):    at dalvik.system.NativeStart.main(Native Method)

這個最錯誤的原因是什麼?怎麼可以解決?求大神。

最佳回答:


這個問題已經解決了,在每張圖片處理完後,對bitmap進行回收就OK了。

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved