アプリに Smaato を追加してモノタイズしようとしています。開発者ガイドに従っていますが、バナーのカスタム ビューがインスタンス化されていないというエラーが表示され続けます。相対レイアウトでラップされたカスタム ビューがあります。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_alignParentBottom="true" android:id="@+id/adcontainer"
android:layout_height="50dip" android:background="#666">
<com.smaato.SOMA.SOMABanner android:id="@+id/BannerView"
android:layout_width="fill_parent" android:layout_height="50dip" />
</RelativeLayout>
私は他の手順に従いますが、ビューをインスタンス化する方法を示す場所はどこにもありません。これを行う方法はありますか?