I am using min3d Library to make some 3d app on android so i simply downloaded the code from min3d and i am running there sample application which runs well.
Now i create a new application on eclipse and add the same source code that found in the ExampleMostMinimal.java file and i get the NoClassDefFound error while i have mentioned the activity in manifest. The class does not extends Activity instead it extends RendererActivity which i in min3d Library. If anything is unclear you can check the following issue i posted on min3d http://code.google.com/p/min3d/issues/detail?id=51 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

