Android 平面布置问题

Android 平面布置问题,android,layout,adwhirl,Android,Layout,Adwhirl,我的main.xml中有这个 <com.adwhirl.AdWhirlLayout android:id="@+id/timer_ads" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" /> 它总是导致 二进制XML文件行#117:膨胀class com.adwhill.

我的main.xml中有这个

<com.adwhirl.AdWhirlLayout
    android:id="@+id/timer_ads"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentBottom="true" />

它总是导致

二进制XML文件行#117:膨胀class com.adwhill.adwhilllayout时出错

还有一句有趣的话说, 原因:java.lang.NoSuchMethodException:AdWhirlLayout(上下文,属性集)


这是否意味着我不能使用xml中的AdWhirlLayout?

我不知道,但请参考下面的url,它可能会对您有所帮助
http://www.adwhirl.com/pdf/AdWhirl_OpenSourceSDK_Setup_Instructions-Android.pdf

此问题已修复。请查收。谢谢@Viktor Bresan的指点。

嗨..伙计,请尝试一下这个样本