Note that there are some explanatory texts on larger screens.

plurals
  1. POandroid.support.v4 causing force close on some devices
    primarykey
    data
    text
    <p>I have one application listed in playstore, for which some user have reported force close issue. I went to developer console to see the details and that showed the following message. I have used <code>android support library</code> in the application. The class extends <code>FragmentActivity</code> and the other imports i have used are</p> <pre><code>import android.support.v4.app.FragmentActivity; import android.support.v4.app.LoaderManager; import android.support.v4.content.AsyncTaskLoader; import android.support.v4.content.Loader; </code></pre> <p><strong>Stacktrace</strong></p> <pre><code>java.lang.RuntimeException: An error occured while executing doInBackground() at android.support.v4.a.h.done(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:274) at java.util.concurrent.FutureTask.setException(FutureTask.java:125) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:308) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1088) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:581) at java.lang.Thread.run(Thread.java:1019) Caused by: java.lang.NullPointerException at my.package.name.k.n(Unknown Source) at my.package.name.k.d(Unknown Source) at android.support.v4.a.a.e(Unknown Source) at android.support.v4.a.b.a(Unknown Source) at android.support.v4.a.b.a(Unknown Source) at android.support.v4.a.g.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:306) ... 4 more For applications that include obfuscated code, stack traces contain obfuscated symbol names. If the application was obfuscated using ProGuard, you can unobfuscate the stack trace using the "retrace" tool, included in the Android SDK Tools r8 and later. For more information, see the ProGuard document. </code></pre>
    singulars
    1. This table or related slice is empty.
    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