错误使用图像运行app

时间:2016-08-10 16:34:45

标签: android image

我的代码没有任何图片,但是当我在后台添加图片并在手机中运行应用程序时。错误说 - 应用程序已停止。 我的代码:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/apple_01">

我的图片名称为apple_01

2 个答案:

答案 0 :(得分:0)

您应该尝试使用文件drawable中的另一张图片,例如

@drawable/abc_ab_share_pack_mtrl_alpha

如果你的应用运行正常,你应该交换图像

答案 1 :(得分:0)

你可能会得到一个OutOfMemoryExeption尝试降低drawable的像素大小,你可以使用photoshop或任何其他软件来缩小图像大小