android - Amazon Mobile Ads Request Error -
i'm trying integrate amazon mobile ads sdk app. i've done described in guide - https://developer.amazon.com/sdk/mobileads/quick-start.html
i've added xml amazon layout this:
<com.amazon.device.ads.adlayout android:id="@+id/adview" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#fefefe" android:layout_alignparentbottom="true"/>
- i've included xmlns namespace in parent layout
3.set permissions manifest
4.set adactivity in manifest
5.set application key
but request_error , message:
we we'll unable create webview rendering ad due unknown issue webview
can please tell me what's problem?
it bit late answer this, useful drifts here via search...
please declare layout include ad size well
<com.amazon.device.ads.adlayout android:id="@+id/amazon_ad_layout" android:layout_width="320dp" android:layout_height="50dp" amazon:adsize="320x50" />
hope helps someone.
Comments
Post a Comment