私はこれを私の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 の拡張エラー
もう 1 つの興味深い行には、 Cause by: java.lang.NoSuchMethodException: AdWhirlLayout(Context,AttributeSet)と書かれています。
xml から AdWhirlLayout を使用できないということですか?