I’ve spent hours trying to figure out what the problem could be. As I said the code runs fine on the Android emulators on other machines’ Eclipses, but in my Eclipse it won’t run. It compiles fine, but when I run it, Logcat shows me a bunch of errors, many of them being NoClassDefFoundError’s for classes that I have right in my Eclipse (and which were able to be complied). Does anyone have any insight as to what might be the case that I’m overlooking?
Share
Perhaps the libraries referenced by the NoClassDefFoundError’s are missing.
You should try to figure out where those should be–or where they are located on other peoples systems, make sure they are at the same location on your system and then ensure they are in your build path.