Android: NoClassDefFound

I have an Android project that uses SubVersion. I used Subclipse to import the project into Eclipse Wordspace.

Now I have a problem getting:

 java.lang.NoClassDefFoundError

The class I'm trying to import is in the same package and it is not active, so I did not add it to the manifest file (although I tried without effect).

It seems like a problem with classpath, etc., but I'm not quite sure how to fix this?

Any help is greatly appreciated, thanks!

+5
source share
1 answer

Try to create a new project for Android, copy all your files there. Then make sure your class path is correct. Finally, Project> Clean. Make sure you do not import any R.

: , , .

java.lang.NoClassDefFoundError

, .

-1

All Articles