java.lang.NoClassDefFoundError in Eclipse for Android projects
This error can occur when a class is instantiated and the class is from an included Maven project or a jar file. This is probably caused by a flaw of ADK. The remedy is:
Right-click the project > Build Path > Configure Build Path... > Order and Export > check the project or jar that contains the class.