我最近上傳我的應用程序在Android Market上,我收到以下錯誤,我不能追根溯源:安卓:java.lang.OutOfMemoryError:線程創建失敗
java.lang.OutOfMemoryError: thread creation failed
at java.lang.VMThread.create(Native Method)
at java.lang.Thread.start(Thread.java:1327)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:901)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:950)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1086)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:561)
at java.lang.Thread.run(Thread.java:1096)
我的理解是出內存錯誤,但stacktrace在我的代碼中沒有提供任何信息。所以我很努力追蹤它,因爲我有一個相對較大的應用程序(20個活動)以及許多AsyncTasks和線程。不知道從哪裏開始。任何幫助將是有益的