Note that there are some explanatory texts on larger screens.

plurals
  1. POApp crashes on mobile device after using ProGuard
    primarykey
    data
    text
    <p>After successfully using ProGuard on my application, it crashes on the startup on my mobile device. I use standard configuration of proguard: <code>${sdk.dir}/tools/proguard/proguard-android.txt</code></p> <p>And logcat says something like this: <code>E/AndroidRuntime(13441): at packagename.q.doInBackground(Unknown Source)</code></p> <p>And then some App crashed errors etc.</p> <p>Why does it not find my Source in doInBackground? Its a simple AsyncTask. Can anyone help me?</p> <p>Edit: whole log:</p> <p><code>I/ActivityManager( 1604): Start proc myPackageName for activity myPackageName/.MainActivity: pid=13961 uid=10147 gids={3003} I/ActivityManager( 1604): Displayed myPackageName/.MainActivity: +744ms (total +1m41s749ms) E/AndroidRuntime(13961): at myPackageName.q.doInBackground(Unknown Source) E/EmbeddedLogger( 1604): App crashed! Process: myPackageName E/EmbeddedLogger( 1604): App crashed! Package: myPackageName v4 (1.2.1) E/EmbeddedLogger( 1604): Application Label: XxX W/ActivityManager( 1604): Force finishing activity myPackageName/.MainActivity E/WindowManager(13961): Activity myPackageName.MainActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@40dcbed8 that was originally added here E/WindowManager(13961): android.view.WindowLeaked: Activity myPackageName.MainActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@40dcbed8 that was originally added here E/WindowManager(13961): at myPackageName.MainActivity.b(Unknown Source) E/WindowManager(13961): at myPackageName.l.a(Unknown Source) I/ActivityManager( 1604): Process myPackageName (pid 13961) has died. </code></p>
    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