Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytes
感谢您的帮助:))
编辑:
解决了问题android:largeHeap="true"
答案 0 :(得分:1)
它看起来是一个记忆错误。
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytes
在清单中使用android:largeHeap =“true”代码
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">