Note that there are some explanatory texts on larger screens.

plurals
  1. PONoClassDefFoundError in Android
    primarykey
    data
    text
    <p>I have dug deep on this topic and the following is what i have done :</p> <ol> <li>Tried re-arranging the gen and src folder.</li> <li>Checked all the stuffs in Order and Export Tab in Java build Path (Did that for my library package also). 3.Cleaned the project n number of times. 4.Tried Organizing imports. 5.Tried Fix Project Properties.</li> </ol> <p>The best part here is that this error is thrown often but not always. At times, it would work if i clean the project and at times if i restart my eclipse and at times if i disconnectr and reconnect my device. This is silly. Any insights on this will be highly appreciated. Hope there is a genius out there who can solve this issue once for all. </p> <p><strong>P.S :</strong> I am using Facebook connectivity in my app and everytime i start this app this error might pop-up restructing me from logging in but at times it would let me pass.</p> <p><strong>UPDATE :</strong></p> <p><strong>LOG :</strong></p> <pre><code>12-23 17:58:47.950: E/AndroidRuntime(6351): java.lang.NoClassDefFoundError: android.support.v4.content.LocalBroadcastManager 12-23 17:58:47.950: E/AndroidRuntime(6351): at com.facebook.AppEventsLogger.flushAndWait(AppEventsLogger.java:805) 12-23 17:58:47.950: E/AndroidRuntime(6351): at com.facebook.AppEventsLogger.access$1(AppEventsLogger.java:777) 12-23 17:58:47.950: E/AndroidRuntime(6351): at com.facebook.AppEventsLogger$2.run(AppEventsLogger.java:650) 12-23 17:58:47.950: E/AndroidRuntime(6351): at java.util.Timer$TimerImpl.run(Timer.java:284) 12-23 17:58:51.970: I/OnActivityResult(6351): Inside OnActivityResult 12-23 17:58:52.100: I/System.out(6351): Before the JSON </code></pre>
    singulars
    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.
 

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