本文介绍了AdWhirlLayout问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有这在我的 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

和另一个有趣的线说,
产生的原因:java.lang.NoSuchMethodException:AdWhirlLayout(上下文,AttributeSet中)

and another interesting line says, Caused by: java.lang.NoSuchMethodException: AdWhirlLayout(Context,AttributeSet)

这是否意味着我不能从XML使用AdWhirlLayout?

Does it mean that I can't use the AdWhirlLayout from the xml?

推荐答案

此问题已得到修复。请查看<一个href=\"http://$c$c.google.com/p/adwhirl/issues/detail?id=95&q=adwhirl%20layout&colspec=ID%20Type%20Component%20Stars%20Status%20Priority%20Opened%20Summary\"相对=nofollow>这个。感谢您@Viktor Bresan的指出。

This issue has been fixed. Please check this. Thank you @Viktor Bresan for pointing out.

这篇关于AdWhirlLayout问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 18:12