I want to show the Bitmap image in ImageView from sd card which is stored already. After run my application is crash and getting Ou
My problem solved after adding
dexOptions { incremental true javaMaxHeapSize "4g" preDexLibraries true dexInProcess = true }
in Build.Gradle file