Android NoClassDefFoundError

貌似这是Eclispe或者ADT的一个Bug

工程目录下有个隐藏文件.classpath,修改这个文件,确保有红色部分

 

 

        <classpathentry exported="true" kind="lib" path="lib/charts4j-1.3.jar"/>

<classpathentry exported="true" kind="lib" path="lib/commons-codec.jar"/>

<classpathentry exported="true" kind="lib" path="lib/commons-httpclient-3.1.jar"/>

<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.jar"/>

<classpathentry exported="true" kind="lib" path="lib/MapApi.jar"/>

<classpathentry exported="true" kind="lib" path="lib/jdom-1.1.2.jar"/>

你可能感兴趣的:(Android NoClassDefFoundError)