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!
source
share