流程:com.android.vending在尝试抛出OutOfMemoryError时抛出OutOfMemoryError

时间:2019-12-21 16:14:17

标签: android out-of-memory google-play-console

在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"

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

0 个答案:

没有答案