Actually, I am trying to create a app with multimedia files which includes images . While I am loading the app in any devices facing the problem, the apps get crash in the middle of the process with the error "
java.lang.OutOfMemoryError: Failed to allocate a 12559948 byte allocation with 2232360 free bytes and 2MB until OOM"
.
I also declare in my manifest these code:
<application
android:name=".AppHelper.AppController"
android:allowBackup="true"
android:icon="@drawable/ring_logo"
android:label="@string/app_name"
android:hardwareAccelerated="false"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">