Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid AdModAds NullpointerException
    primarykey
    data
    text
    <p>I added a <code>AdModAdsView</code> to my app. It seems to work.... however, in the Logcat I have the following error:</p> <pre><code>08-02 18:55:41.170: E/Ads(17498): An error occurred while destroying an AdWebView: 08-02 18:55:41.170: E/Ads(17498): java.lang.NullPointerException 08-02 18:55:41.170: E/Ads(17498): at android.webkit.WebView.setWebViewClient(WebView.java:4361) 08-02 18:55:41.170: E/Ads(17498): at com.google.ads.internal.AdWebView.destroy(SourceFile:252) 08-02 18:55:41.170: E/Ads(17498): at com.google.ads.internal.c$e.run(SourceFile:191) 08-02 18:55:41.170: E/Ads(17498): at android.os.Handler.handleCallback(Handler.java:605) 08-02 18:55:41.170: E/Ads(17498): at android.os.Handler.dispatchMessage(Handler.java:92) 08-02 18:55:41.170: E/Ads(17498): at android.os.Looper.loop(Looper.java:137) 08-02 18:55:41.170: E/Ads(17498): at android.app.ActivityThread.main(ActivityThread.java:4507) 08-02 18:55:41.170: E/Ads(17498): at java.lang.reflect.Method.invokeNative(Native Method) 08-02 18:55:41.170: E/Ads(17498): at java.lang.reflect.Method.invoke(Method.java:511) 08-02 18:55:41.170: E/Ads(17498): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790) 08-02 18:55:41.170: E/Ads(17498): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557) 08-02 18:55:41.170: E/Ads(17498): at dalvik.system.NativeStart.main(Native Method) </code></pre> <p>I followed <a href="https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals" rel="nofollow">this</a> guideline.</p> <pre><code> &lt;com.google.ads.AdView xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" android:id="@+id/banner2" android:layout_width="match_parent" android:layout_height="wrap_content" ads:adSize="BANNER" ads:adUnitId="a150183ee58a0ed" ads:loadAdOnCreate="true" android:orientation="vertical" &gt; &lt;/com.google.ads.AdView&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload