Android用のmoPubライブラリをダウンロードしてインポートできました。moPub サイトの簡単な例に従った後、アプリケーションはエミュレーターで正常に動作します。ただし、コントロールを追加した後、Eclipse ビューアーは画面を正しく表示できません。
xml インクルード [例に基づく]
<com.mopub.mobileads.MoPubView
android:id="@+id/adview"
android:layout_width="fill_parent"
android:layout_height="50px" />
「グラフィカルレイアウト」タブに移動しようとすると、以下のエラーが発生します
The following classes could not be instantiated:
- com.mopub.mobileads.MoPubView (Open Class, Show Error Log)
See the Error Log (Window > Show View) for more details.
Tip: Use View.isInEditMode() in your custom views to skip code when shown in Eclipse
これはショーストッパーというよりも刺激的ですが、私はむしろ取り組んでみたいものです. 事前にどうもありがとうございました。