在AndroidManifest.xml文件中的application标签中添加如下四行代码就解决问题了
android:allowBackup="true"
android:supportsRtl="true"
android:largeHeap="true"
android:hardwareAccelerated="false"
这个博客介绍的很详细
Android:java.lang.OutOfMemoryError: Failed to allocate a 23970828 byte allocation with 2097152 free