我的一个android项目 刚开始真机测试的时候还可以显示几个界面,但是这两天就只能显示一个界面了,然后后面的图片神马的显示不出来,代码我一点都没动,只是给添加了一个图片,这是为神马啊  求大神解释一下,或者给解决一下,谢谢啦!!!!

解决方案 »

  1.   


    这是以前的效果,但是在真机上测试只有下拉刷新,没有其他东西了。。<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" 
        android:background="#fff"   
        android:orientation="vertical" >    <com.hand.pulltorefresh.library.PullToRefreshListView
            android:id="@+id/pull_refresh_school_list"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:cacheColorHint="#00000000"
            android:divider="#19000000"
            android:dividerHeight="4dp"
            android:fadingEdge="none"
            android:fastScrollEnabled="false"
            android:footerDividersEnabled="false"
            android:headerDividersEnabled="false"
            android:smoothScrollbar="true" /></LinearLayout>
    这是xml文件,在模拟器上可以,但是在真机上就不行了 ,