我的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 行:膨胀类 com.adwhirl.AdWhirlLayout 时出错
另一个有趣的说法是, Caused by: java.lang.NoSuchMethodException: AdWhirlLayout(Context,AttributeSet)
这是否意味着我不能使用 xml 中的 AdWhirlLayout?