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.
Thanks. I was scratching my head till Google found this.
ReplyDelete