1,在AndroidManifest.xml中加入2,如果在layout文件中用到自定义库中的类 xmlns:abc.res="http://schemas.android.com/apk/res/com.abc.android.widget" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/card_wall" android:orientation="vertical">....