IOS可以,安卓手机都不能看。快图也不行,无法打开,BitmapFactory也无法生成,为什么,难道安卓这么差吗

解决方案 »

  1.   


    就是用系统图库,无法打开,我的是三星i9100g,android2.2无法显示这张图片,就是打开显示黑屏。
      

  2.   

    就是在手机上看不到内容,就是黑的,写到程序里显示不出来,显示的是null,无法生成bitmap
      

  3.   

        <ImageView
            android:id="@+id/midlle"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_below="@id/button1"
            android:layout_centerInParent="true"
            android:scaleType="fitXY"
            android:src="@drawable/ic_launcher"
            android:visibility="visible" />
      

  4.   


    我是这样显示的
        <ImageView
            android:id="@+id/img2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_below="@id/button1"
            android:layout_toRightOf="@id/midlle"
            android:scaleType="fitXY"
            android:src="@drawable/a" />
      

  5.   

    。你显示的是系统图片?
    android:src="@drawable/ic_launcher"
    换成这个吧android:background="@drawable/ic_launcher"
      

  6.   

    图片地址是:http://cdn.duitang.com/uploads/item/201208/08/20120808175701_jujrT.thumb.600_0.jpeg
      

  7.   

    http://img4.duitang.com/uploads/item/201208/08/20120808175701_jujrT.thumb.600_0.jpeg
      

  8.   

    好像是图片头不对……电脑和ios有容错的,所以能显示,安卓没有,所以就……
      

  9.   

    我能用这张图啊    放到res/drawable下面
      

  10.   

    我能用这张图啊    放到res/drawable下面
    不是这张