Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytes
Thanks for any help :))
Edit: Problem solved with
android:largeHeap="true"
it looks outofmemory error.
Caused by: java.lang.OutOfMemoryError: Failed to allocate a 74649612 byte allocation with 16776544 free bytes
use android:largeHeap="true" code in your manifest
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">