Today's strange problem is the online download of the demo import third-party package run after the Android:noclassdeffounderror error, because the third-party jar package is not packaged into the APK, running is sure to error.
Baidu on the internet for a long time, are said to first remove the previous libraries, and then renamed to Libs the practice of LIB. Today is the encounter of the evil, according to do or run an error. Later found that the direct add jar package is still placed in the referenced libraries, ADT upgraded to 17 after the advent of Android Dependencies, but this is automatically generated. Change the name to the project to delete the deletion is still useless, can not be imported into the Android dependencies apk will not be packaged in.
Tangled ah ..... Then opened the project under the. classpath file, compared to those normal works, finally found in the inside add a word <classpathentry exported= "true" kind= "con" path= " Com.android.ide.eclipse.adt.LIBRARIES "/> can solve, refresh a bit, by the way clean, OK, complete!
No automatic generation of Android dependencies solution