I have this in my main.xml
<com.adwhirl.AdWhirlLayout
android:id="@+id/timer_ads"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" />
And it always results in
Binary XML file line #117: Error inflating class com.adwhirl.AdWhirlLayout
and another interesting line says, Caused by: java.lang.NoSuchMethodException: AdWhirlLayout(Context,AttributeSet)
Does it mean that I can't use the AdWhirlLayout from the xml?