I started receiving such type of errors during testing at Google Play Console:
FATAL EXCEPTION: main
Process: com.android.vending, PID: 2389
java.lang.OutOfMemoryError: OutOfMemoryError thrown while trying to throw OutOfMemoryError; no stack trace available
and:
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
on such device - K3 2017 with 1024Mb RAM. I know that you will suggest me to add such lines at manifest:
android:hardwareAccelerated="false"
android:largeHeap="true"
but these errors I received also after adding these lines to my manifest. Maybe someone knows how to solve such type of error?