[试图抛出OutOfMemoryError android Google Play控制台时抛出OutOfMemoryError

问题描述 投票:0回答:1

我在Google Play控制台进行测试时开始收到此类错误:

FATAL EXCEPTION: main
Process: com.android.vending, PID: 2389
java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available

和:

FATAL EXCEPTION: pool-2-thread-1
Process: com.android.vending, PID: 6615
java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available

在此类设备上-具有1024Mb RAM的K3 2017。我知道您会建议我在清单中添加这样的行:

android:hardwareAccelerated="false"
android:largeHeap="true"

但是在将这些行添加到清单后,我也收到了这些错误。也许有人知道如何解决此类错误?

android out-of-memory google-play-console
1个回答
0
投票
Process: com.android.vending不是您的应用进程。它本身就是Google Play商店应用。如您所见,它的

PID

© www.soinside.com 2019 - 2024. All rights reserved.