Android

时间:2015-06-10 21:36:57

标签: java android android-fragments

为什么我收到此错误?谁能帮帮我?

如果需要更多东西(失败的控制台非常大)我只是尝试用一些图像做一个教程,用户从rigth向左滚动,或点击下一个/后退按钮并更改下一个教程的观点,我不知道我是否表现良好:

我在每个教程图片中使用一个片段,当用户点击下一个按钮时,视图会变为下一个图像。

您可以在此处找到实际代码:https://github.com/j0sete/fragments.git

Caused by: java.lang.OutOfMemoryError: Failed to allocate a 33177612 byte allocation with 4194304 free bytes and 31MB until OOM
Caused by: java.lang.reflect.InvocationTargetException
Caused by: android.view.InflateException: Binary XML file line #1: Error inflating class <unknown>

1 个答案:

答案 0 :(得分:0)

您尝试加载的Bitmap似乎正在吞噬手机的内存。看看这些,看看它是否有帮助:

Strange out of memory issue while loading an image to a Bitmap object

Android - Out of memory Error. When it run on real device