Friday 20 April 2012

Android: NoClassDefFoundError

My Android Eclipse project uses two external jars: Flurry and Admob. They work fine until I upgraded Android SDK to 4.0.3. Then there is forced close due to java.lang.NoClassDefFoundError: com.flurry.android.FlurryAgent.


The fix is to check these two jars in the "Order and Export" tab.

1 comment:

  1. Thanks. I was scratching my head till Google found this.

    ReplyDelete