Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytesGracias por cualquier ayuda :))
Editar: Problema resuelto con
android:largeHeap="true"parece un error de memoria insuficiente.
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytesuse el código android:largeHeap="true" en su manifiesto
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:supportsRtl="true" android:theme="@style/AppTheme">