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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -