eclipse - Android error: java.lang.NoClassDefFoundError: [generic] -
i have got error report 1 user of android app:
java.lang.noclassdeffounderror: [generic] @ dalvik.system.nativestart.main(native method) that's whole stack trace. o_o
not informative...
the external jar use googleadmobadssdk-6.0.1.jar admob, , on libs directory , added project through eclipse's android interface (you know: properties / java build path / libraries / add external jars)
so have not clue what's wrong.
any hints?
i compile using eclipse v3.7.0 build id i20110613-1736 on ubuntu 11.04 adt 18.0.0.v20120330
i forgot mention app has been installed thousands of users , 1 report on issue til today.
make sure launching same classpath else. (this due truncated command line.)
this should appear in javac command line: -classpath=libs/*.jar
this should appear in apkbuilder command line: -rj libs
Comments
Post a Comment