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

  1. 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"/> 
  2. 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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -